diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-01-28 23:23:56 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-01-28 23:23:56 +0100 |
commit | ff30ba62ba694658d1575b0cf3a0fbf3d5e00d62 (patch) | |
tree | 31ca85c3d2d93935eb6c351bd9e5ca317fc0e2a3 /test | |
parent | ea98444dc0a6e59e79408963e1d340d7765ba9f6 (diff) | |
download | gitbook-ff30ba62ba694658d1575b0cf3a0fbf3d5e00d62.zip gitbook-ff30ba62ba694658d1575b0cf3a0fbf3d5e00d62.tar.gz gitbook-ff30ba62ba694658d1575b0cf3a0fbf3d5e00d62.tar.bz2 |
Add order for tests
Diffstat (limited to 'test')
-rw-r--r-- | test/all.js | 11 | ||||
-rw-r--r-- | test/config.js (renamed from test/1-config.js) | 0 | ||||
-rw-r--r-- | test/glossary.js (renamed from test/3-glossary.js) | 0 | ||||
-rw-r--r-- | test/langs.js (renamed from test/4-langs.js) | 0 | ||||
-rw-r--r-- | test/output-json.js | 6 | ||||
-rw-r--r-- | test/parse.js (renamed from test/6-parse.js) | 0 | ||||
-rw-r--r-- | test/readme.js (renamed from test/2-readme.js) | 0 | ||||
-rw-r--r-- | test/summary.js (renamed from test/5-summary.js) | 0 |
8 files changed, 17 insertions, 0 deletions
diff --git a/test/all.js b/test/all.js new file mode 100644 index 0000000..0c1deba --- /dev/null +++ b/test/all.js @@ -0,0 +1,11 @@ + +// Parsing +require('./config'); +require('./readme'); +require('./summary'); +require('./glossary'); +require('./langs'); +require('./parse'); + +// Output +require('./output-json'); diff --git a/test/1-config.js b/test/config.js index 3ec76ca..3ec76ca 100644 --- a/test/1-config.js +++ b/test/config.js diff --git a/test/3-glossary.js b/test/glossary.js index 0efef34..0efef34 100644 --- a/test/3-glossary.js +++ b/test/glossary.js diff --git a/test/4-langs.js b/test/langs.js index dbde992..dbde992 100644 --- a/test/4-langs.js +++ b/test/langs.js diff --git a/test/output-json.js b/test/output-json.js new file mode 100644 index 0000000..8d276c6 --- /dev/null +++ b/test/output-json.js @@ -0,0 +1,6 @@ +var mock = require('./mock'); + +describe('JSON Output', function() { + +}); + diff --git a/test/6-parse.js b/test/parse.js index 72e0260..72e0260 100644 --- a/test/6-parse.js +++ b/test/parse.js diff --git a/test/2-readme.js b/test/readme.js index 16aa81a..16aa81a 100644 --- a/test/2-readme.js +++ b/test/readme.js diff --git a/test/5-summary.js b/test/summary.js index 2744c43..2744c43 100644 --- a/test/5-summary.js +++ b/test/summary.js |