Adding a stubbed out test
Removing old demo file and spec
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import parser from 'src/js/parser/javascript.peg';
|
||||
|
||||
describe('parser/javascript.peg', function() {
|
||||
|
||||
pending();
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user