@lumjs/tests 1.8.0 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/TODO.md +1 -0
  2. package/package.json +2 -2
package/TODO.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # TODO
2
2
 
3
+ - Update to properly support `async` tests; the `harness` will need some work.
3
4
  - Write tests for:
4
5
  - `call()`
5
6
  - `diesWith()`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumjs/tests",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "main": "lib/index.js",
5
5
  "bin":
6
6
  {
@@ -27,7 +27,7 @@
27
27
  "@lumjs/core": "^1.8.0"
28
28
  },
29
29
  "scripts": {
30
- "test": "node ./bin/lumtest.js",
30
+ "test": "./bin/lumtest.js",
31
31
  "build-docs": "jsdoc -c ./jsdoc.json",
32
32
  "build": "npm run build:grammar",
33
33
  "build:grammar": "./bin/build-grammar.sh tap"