test(compiler): tests for ast transform

This commit is contained in:
Evan You
2019-09-19 12:20:59 -04:00
parent 10c1a2b332
commit 5f49018601
3 changed files with 135 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import {
AttributeNode
} from '../src/ast'
describe('base parser', () => {
describe('compiler: parse', () => {
describe('Text', () => {
test('simple text', () => {
const ast = parse('some text')