We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6143aa2 commit a2a632eCopy full SHA for a2a632e
CHANGELOG.md
@@ -2,10 +2,12 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## [0.10.0] - 2016-08-06
+## [0.10.0] - 2016-08-08
6
- break test runner into two parts:
7
- load - called when a new page is set, prepares a test file
8
- run - called on test run, compiles the test file with user code
9
+- use modified "rewire" for running tests on globals
10
+- handle `import`/`export` using "babel-plugin-transform-es2015-modules-commonjs"
11
12
## [0.9.3] - 2016-08-01
13
- add "exists" global file path checker
0 commit comments