Skip to content

Commit

Permalink
Merge pull request #658 from ethereumjs/ts-node-api-tests
Browse files Browse the repository at this point in the history
Running API tests with ts-node
  • Loading branch information
holgerd77 committed Feb 11, 2020
2 parents 599c2f4 + 2eb3082 commit 1824cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:state:slow": "npm run test:state -- --runSkipped=slow",
"test:buildIntegrity": "npm run test:state -- --test='stackOverflow'",
"test:blockchain": "node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain",
"test:API": "npm run build && node ./node_modules/tape/bin/tape './tests/api/**/*.js'",
"test:API": "npm run build && ts-node ./node_modules/tape/bin/tape './tests/api/**/*.js'",
"test:API:browser": "npm run build && karma start karma.conf.js",
"test": "echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"",
"tslint": "ethereumjs-config-tslint",
Expand Down

0 comments on commit 1824cd0

Please sign in to comment.