We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f207a5 commit c82c99fCopy full SHA for c82c99f
tests/single-byte.deno.test.cjs
@@ -0,0 +1,7 @@
1
+if (process.browser) {
2
+ const { test } = require('node:test')
3
+ test.skip('Deno tests')
4
+} else {
5
+ if (!globalThis.Deno) globalThis.Deno = true
6
+ require('./single-byte.test.js')
7
+}
tests/utf16.deno.test.cjs
+ require('./utf16.test.js')
0 commit comments