Comparing version 3.0.0-next.1 to 3.0.0-next.2
@@ -52,10 +52,8 @@ <!--meta-description | ||
Assuming you have forked this repo, you can open the `index.html` file in a module's `tests` folder and look at console output to see only tests for that module, or you can run `ospec/bin/ospec` from the command line to run all tests. | ||
After having run `npm install` (a one-time operation), run `npm run test` from the command line to run all tests. | ||
While testing, you can modify a test to use `o.only(description, test)` instead of `o(description, test)` if you wish to run only a specific test to speed up your debugging experience. Don't forget to remove the `.only` after you're done! | ||
There is no need to `npm install` anything in order to run the test suite, however NodeJS is required to run the test suite from the command line. You do need to `npm install` if you want to lint or get a code coverage report though. | ||
## How do I build Mithril.js? | ||
@@ -65,3 +63,3 @@ | ||
To generate the bundled file for testing, run `npm run dev` from the command line. To generate the minified file, run `npm run build`. There is no need to `npm install` anything, but NodeJS is required to run the build scripts. | ||
To generate the bundled file for testing, run `npm run dev` from the command line. To generate the minified file, run `npm run build`. | ||
@@ -68,0 +66,0 @@ |
@@ -17,2 +17,2 @@ - Core | ||
- Tooling | ||
- [Ospec](https://github.com/MithrilJS/mithril.js/blob/master/ospec) | ||
- [Ospec](https://github.com/MithrilJS/ospec) |
{ | ||
"name": "mithril", | ||
"version": "3.0.0-next.1", | ||
"version": "3.0.0-next.2", | ||
"description": "A framework for building brilliant applications", | ||
@@ -28,3 +28,3 @@ "author": "Leo Horie", | ||
"test:js": "ospec", | ||
"cover": "istanbul cover --print both ospec/bin/ospec" | ||
"cover": "istanbul cover --print both ospec" | ||
}, | ||
@@ -55,5 +55,2 @@ "devDependencies": { | ||
}, | ||
"bin": { | ||
"ospec": "./ospec/bin/ospec" | ||
}, | ||
"lint-staged": { | ||
@@ -64,6 +61,3 @@ "*.js": [ | ||
] | ||
}, | ||
"dependencies": { | ||
"ospec": "4.0.1" | ||
} | ||
} |
0
3
1413082
183
17422
- Removedospec@4.0.1
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedospec@4.0.1(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedwrappy@1.0.2(transitive)