diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-04 11:55:31 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-04 11:55:31 +0200 |
commit | eeaa2c11ee64761b706a41478bc74fedbf4162d7 (patch) | |
tree | 120435627ea279a6693959239e0011a4d4b9f6dc /test/common.js |
Squashed 'thirdparty/jed/' content from commit 28c014f
git-subtree-dir: thirdparty/jed
git-subtree-split: 28c014f0557d8718733182817e0e90086149a765
Diffstat (limited to 'test/common.js')
-rw-r--r-- | test/common.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/common.js b/test/common.js new file mode 100644 index 000000000..7568d624c --- /dev/null +++ b/test/common.js @@ -0,0 +1,2 @@ +expect = require('expect.js'); +Jed = require('../jed'); |