Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
robotlolita committed May 14, 2014
1 parent 26c1254 commit 4e5205e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
dist
npm-debug.log
docs
test/specs
16 changes: 15 additions & 1 deletion test/specs/index.js → test/specs-src/core.sjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,18 @@
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
module.exports = [];

var spec = require('hifive')()
var alright = require('alright')
var async = require('../../')


module.exports = spec('Async/Core', function(it, spec) {

spec('fail()', function(it) {
it('Should always fail.', function() {

})
})

})
2 changes: 1 addition & 1 deletion test/specs-src/index.sjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

module.exports = [

require('./core')
]

0 comments on commit 4e5205e

Please sign in to comment.