Skip to content

Commit

Permalink
test: remove typescript testing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Nov 12, 2019
1 parent e57dc4e commit 502d483
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 @@ -32,7 +32,7 @@
"start:extend": "node examples/extend.js",
"start:group:ordered": "node examples/group-ordered.js",
"start:routes:simple": "node examples/group-ordered.js",
"test": "npm run test:lib && npm run test:ts",
"test": "npm run test:lib",
"test:lib": "lab -L -t 98 -I 'Reflect,core,_babelPolyfill,regeneratorRuntime,__core-js_shared__,CSS'",
"test:ts": "tsd",
"lint": "eslint .",
Expand Down

0 comments on commit 502d483

Please sign in to comment.