Skip to content

Commit

Permalink
[Linesh][#10] Chore: manage to run tests (not)in test root through mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanLin-TWer committed Mar 18, 2017
1 parent c7c4108 commit 4b9630d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/sample.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import {expect} from 'chai'

describe('', ()=>{
it('',()=>{
expect(1).to.equal(1)
})
})
7 changes: 7 additions & 0 deletions test/unit/sample.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import {expect} from 'chai'

describe('', ()=>{
it('',()=>{
expect(1).to.equal(1)
})
})

0 comments on commit 4b9630d

Please sign in to comment.