Browse Source

ignoring the tests/js/test.js file

pull/219/head
Jason Williams 5 years ago
parent
commit
074df666eb
  1. 5
      tests/js/test.js

5
tests/js/test.js

@ -1,5 +0,0 @@
// Test your JS here
var b = [4, 5, 6]
var a = [1, 2, 3, ...b];
console.log(a);
Loading…
Cancel
Save