-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels

Description
Great work, except 7 tests fails on Windows.
Here is one error message:
Stack:
Error: Expected spy 2 to have been called with [ 'Hello World1', '1', 'test|src|simple.js' ] but actual calls were [ 'Hello World1', '1', 'test\src\simple.js' ].
at Object.it (....nutra.js:540:26)
Message:
Expected spy 3 to have been called with [ 'Hello World2', '2', 'test|
Also for Windows, are the path "transpiled" from unix file path style to Windows file path style?