diff --git a/abp/static/scripts/tests.js b/abp/static/scripts/tests.js deleted file mode 100644 index 8b9c738..0000000 --- a/abp/static/scripts/tests.js +++ /dev/null @@ -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)); -});