From 3edf1643e4d1de00bc11cb82691e5b7cb74acf2d Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sun, 6 Nov 2016 09:54:24 +0000 Subject: [PATCH] Remove tests.js --- abp/static/scripts/tests.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 abp/static/scripts/tests.js 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)); -});