Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 12, 2023
1 parent 2d66ac6 commit 4f043e3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions packages/test-proposals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"build": "echo No build step",
"test": "ava",
"test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava",
"test:xs": "exit 0",
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error lint:*",
Expand All @@ -32,15 +32,7 @@
"extensions": {
"js": true,
"ts": "module"
},
"files": [
"test/**/test-*.js",
"test/**/test-*.ts"
],
"nodeArguments": [
"--loader=tsx",
"--no-warnings"
]
}
},
"license": "Apache-2.0"
}

0 comments on commit 4f043e3

Please sign in to comment.