dojo / cli-test-intern

:rocket: Dojo - cli command for testing applications
http://dojo.io
Other
2 stars 19 forks source link

Test command not working on Windows #53

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Getting an error when running dojo test in Windows,

Error: Failed to load module intern/lib/reporters/C:/Users/rorti/Desktop/Dojo2/testapp/node_modules/@dojo/cli-test-intern/reporters/Reporter from C:/Users/rorti/Desktop/Dojo2/testapp/node_modules/intern/lib/reporters/C:/Users/rorti/Desktop/Dojo2/test-app/node_modules/@dojo/cli-test-intern/reporters/Reporter.js (parent: *21)

To Reproduce (from powershell or cmd):

dojo create-app --name=temp
cd temp
# need to downgrade ts-loader
npm i ts-loader@2.3.1
dojo test
rorticus commented 7 years ago

Closing this because it must have already been fixed 😛 version from master runs tests just fine in Windows.