Adding a stubbed out test

Removing old demo file and spec
This commit is contained in:
Jeff Avallone
2014-11-25 20:05:29 -05:00
parent abd8a52f6b
commit c6f2271867
3 changed files with 7 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
import parser from 'src/js/parser/javascript.peg';
describe('parser/javascript.peg', function() {
pending();
});