remove test-node.js, use Function constructor to preserve whitespace

This commit is contained in:
Tim Griesser 2025-10-31 11:04:37 -04:00
parent e5991b561e
commit b2aad37462
4 changed files with 6 additions and 17 deletions

View file

@ -21,7 +21,7 @@
},
"scripts": {
"build": "del distribution && tsc",
"test": "tsc --noEmit && xo && ava && node test/test-node.js",
"test": "tsc --noEmit && xo && ava",
"prepare": "npm run build"
},
"files": [