forked from sheetjs/sheetjs
Add testfile submodule, jasmine dependency and test script
This commit is contained in:
parent
dd9ac7d97f
commit
c29004c408
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "tests/files"]
|
||||
path = tests/files
|
||||
url = git@github.com:Sebmaster/js-xlsx-testfiles.git
|
@ -17,5 +17,11 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/Niggler/js-xlsx/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jasmine-node": "x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jasmine-node tests/"
|
||||
},
|
||||
"engines": { "node": ">=0.6" }
|
||||
}
|
||||
|
1
tests/files
Submodule
1
tests/files
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 340b4779c42e8b322de850679d6abbe787ee8afc
|
Loading…
Reference in New Issue
Block a user