Added test config files.
This commit is contained in:
Родитель
d560ba36b3
Коммит
6e5e79a24a
|
@ -0,0 +1 @@
|
|||
../default.yml
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
cache:
|
||||
# make cache optionnal so we can disable it for testing
|
||||
optional: true
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
"main": "./lib/index.js",
|
||||
"scripts": {
|
||||
"pretest": "jscs lib test && jshint lib test",
|
||||
"test": "NODE_ENV=test mocha -R spec -u exports test/tests/",
|
||||
"test": "NODE_ENV=test NODE_CONFIG_DIR=./config/test mocha -R spec -u exports test/tests/",
|
||||
"start": "node lib/index.js"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче