Comparing version 0.1.2 to 0.1.3
@@ -140,3 +140,3 @@ /** | ||
* | ||
* @version 0.1.0 | ||
* @version 0.1.3 | ||
* | ||
@@ -271,2 +271,3 @@ * Copyright (c) 2014 asvd <heliosframework@gmail.com> | ||
// restart requested | ||
lighttest._state = 'nothing'; | ||
var tests = lighttest._pendingTests; | ||
@@ -328,4 +329,3 @@ var callback = lighttest._pendingCallback; | ||
module.exports = lighttest; | ||
@@ -5,3 +5,3 @@ { | ||
"description": "clear testing environment with a flow control", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "http://asvd.github.io/lighttest/", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -24,7 +24,7 @@ Lighttest — a clear testing environment | ||
```js | ||
include('http://asvd.github.io/lighttest/lighttest-0.1.2.js'); | ||
include('http://asvd.github.io/lighttest/lighttest-0.1.3.js'); | ||
``` | ||
Optionally you may [download the | ||
distribution](https://github.com/asvd/lighttest/releases/download/v0.1.2/lighttest-0.1.2.tar.gz), | ||
distribution](https://github.com/asvd/lighttest/releases/download/v0.1.3/lighttest-0.1.3.tar.gz), | ||
unpack it, and include the library locally. | ||
@@ -45,3 +45,3 @@ | ||
- *Anywhere else* — download the Lighttest | ||
[bundle](https://github.com/asvd/lighttest/releases/download/v0.1.2/lighttest-bundled-0.1.2.tar.gz), | ||
[bundle](https://github.com/asvd/lighttest/releases/download/v0.1.3/lighttest-bundled-0.1.3.tar.gz), | ||
unpack it and then load the `lighttest.js` in any suitable way: the | ||
@@ -252,3 +252,3 @@ bundle is a plain JavaScript file simply declaring the global | ||
```js | ||
include('http://asvd.github.io/lighttest/lighttest-0.1.2.js'); | ||
include('http://asvd.github.io/lighttest/lighttest-0.1.3.js'); | ||
@@ -255,0 +255,0 @@ init = function() { |
31954
5
317