node-inspector

This commit is contained in:
Kevin Jahns
2015-09-10 19:41:07 +02:00
parent b9e21665e2
commit 4bfe484fc2
18 changed files with 309 additions and 217 deletions

16
spec/support/jasmine.json Normal file
View File

@@ -0,0 +1,16 @@
{
"spec_dir": "src",
"spec_files": [
"**/**.spec.js"
],
"helpers": [
"Helper.spec.js",
"y.js",
"Connector.js",
"OperationStore.js",
"Struct.js",
"Utils.js",
"OperationStores/RedBlackTree.js",
"OperationStores/Memory.js"
]
}