dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

Test failure on Windows #155

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Test failure on Windows, but not on Mac.

× eject command - eject copy config - should run copy files (0s)
AssertionError: expected false to be true
  at Assertion.<anonymous>  <node_modules\intern\browser_modules\chai\chai.js:567:10>
  at Assertion.addProperty  <node_modules\intern\browser_modules\chai\chai.js:4240:29>
  at Function.assert.isTrue  <node_modules\intern\browser_modules\chai\chai.js:2483:31>
  at moduleUnderTest.run.then  <tests\unit\commands\eject.ts:143:11>
  at runMicrotasksCallback  <internal\process\next_tick.js:64:5>
  at _combinedTickCallback  <internal\process\next_tick.js:73:7>
  at process._tickCallback  <internal\process\next_tick.js:104:9>

To reproduce,

git clone https://github.com/dojo/cli.git
cd cli
npm i
grunt test