diff options
Diffstat (limited to 'core/libdeno/libdeno_test.js')
-rw-r--r-- | core/libdeno/libdeno_test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libdeno/libdeno_test.js b/core/libdeno/libdeno_test.js index 1c7655391..779762cfd 100644 --- a/core/libdeno/libdeno_test.js +++ b/core/libdeno/libdeno_test.js @@ -3,6 +3,7 @@ // A simple runtime that doesn't involve typescript or protobufs to test // libdeno. Invoked by libdeno_test.cc +// eslint-disable-next-line @typescript-eslint/no-this-alias const global = this; function assert(cond) { |