We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97045b commit 4c43eb0Copy full SHA for 4c43eb0
Gruntfile.js
@@ -102,7 +102,7 @@ module.exports = function(grunt) {
102
},
103
test_tabris: {
104
cmd: 'node node_modules/mocha/bin/mocha --colors --require ts-node/register '
105
- + '"test/tabris/**/*.test.js" test/tabris/**/*.test.ts"',
+ + '"test/tabris/**/*.test.js" "test/tabris/**/*.test.ts"',
106
options: {env: Object.assign({
107
TS_NODE_PROJECT: './tsconfig.json',
108
// This needs to stay true as long as the tsconfig.json of src/tabris (used for bundle_tabris)
0 commit comments