Add testfile submodule, jasmine dependency and test script

This commit is contained in:
Sebastian Mayr 2013-05-17 19:55:18 +02:00 committed by SheetJS
parent dd9ac7d97f
commit c29004c408
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "tests/files"]
path = tests/files
url = git@github.com:Sebmaster/js-xlsx-testfiles.git

View File

@ -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

@ -0,0 +1 @@
Subproject commit 340b4779c42e8b322de850679d6abbe787ee8afc