Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 265f0b5

Browse files
fix(build): get promise A+ tests to run on windows
1 parent 4aa9d2a commit 265f0b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
var files = require('./angularFiles').files;
22
var util = require('./lib/grunt/utils.js');
3+
var path = require('path');
34

45
module.exports = function(grunt) {
56
//grunt plugins
@@ -235,7 +236,7 @@ module.exports = function(grunt) {
235236
stderr:true,
236237
failOnError:true
237238
},
238-
command:'./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js'
239+
command:path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js')
239240
}
240241
},
241242

0 commit comments

Comments
 (0)