add typescript tests

pull/7/head
Omkara 6 years ago
parent 3a46a2fd4b
commit c0653fde5d
  1. 9
      remix-tests/package.json
  2. 0
      remix-tests/tests/testRunner.ts

@ -19,8 +19,7 @@
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"lint": "standard", "test": "mocha --require ts-node/register tests/*.ts -t 300000"
"test": "standard && mocha --require ts-node/register tests/*.ts -t 300000"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -53,8 +52,10 @@
"yo-yoify": "latest" "yo-yoify": "latest"
}, },
"devDependencies": { "devDependencies": {
"mocha": "^5.1.0",
"babel-preset-es2017": "^6.24.1", "babel-preset-es2017": "^6.24.1",
"standard": "^10.0.3" "mocha": "^5.1.0",
"standard": "^10.0.3",
"ts-node": "^8.0.2",
"typescript": "^3.3.1"
} }
} }

Loading…
Cancel
Save