mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 19:06:31 +00:00
Add order for tests
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@
|
||||
"gitbook-markdown-css": "1.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node_modules/.bin/mocha --reporter spec --timeout 15000"
|
||||
"test": "node_modules/.bin/mocha --reporter spec --timeout 15000 ./test/all.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
// Parsing
|
||||
require('./config');
|
||||
require('./readme');
|
||||
require('./summary');
|
||||
require('./glossary');
|
||||
require('./langs');
|
||||
require('./parse');
|
||||
|
||||
// Output
|
||||
require('./output-json');
|
||||
@@ -0,0 +1,6 @@
|
||||
var mock = require('./mock');
|
||||
|
||||
describe('JSON Output', function() {
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user