You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,22 @@ require('test.xhr.js');
68
68
main(); // Purescript specs load when the function is called.
69
69
```
70
70
71
+
### Usage with Spago and Parcel
72
+
73
+
With `spago` and `parcel-bundler`, and the above `test/index.html` you can build tests, and run them on node and browsers with the following entries in your `package.json`
Running `npm run test:watch` in one terminal window and `npm run test:browser` in another will watch purescript source and tests files and automatically run node and browser tests.
86
+
71
87
## API Documentation
72
88
73
89
See [docs on Pursuit](https://pursuit.purescript.org/packages/purescript-spec-mocha).
0 commit comments