add quick navigation within the listing-float
This commit is contained in:
1
tests/tmp_mocha_jump/package.json
Normal file
1
tests/tmp_mocha_jump/package.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "name": "mocha-jump" }
|
||||
4
tests/tmp_mocha_jump/test/one.test.js
Normal file
4
tests/tmp_mocha_jump/test/one.test.js
Normal file
@@ -0,0 +1,4 @@
|
||||
describe("suite one", function() {
|
||||
it("test one", function() {
|
||||
})
|
||||
})
|
||||
4
tests/tmp_mocha_jump/test/two.test.js
Normal file
4
tests/tmp_mocha_jump/test/two.test.js
Normal file
@@ -0,0 +1,4 @@
|
||||
describe("suite two", function() {
|
||||
it("test two", function() {
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user