This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove tests.js
master
Pete Shadbolt
8 years ago
parent
f1a7498f9c
commit
3edf1643e4
1 changed files
with
0 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
abp/static/scripts/tests.js
+ 0
- 4
abp/static/scripts/tests.js
View File
@@ -1,4 +0,0 @@
QUnit.test( "Adding nodes", function( assert ) {
abj.add_node(0);
assert.ok(abj.node[0].vop === 10, JSON.stringify(abj.node));
});
Write
Preview
Loading…
Cancel
Save