Skip to content

Commit fe15344

Browse files
committed
test: layout tests
1 parent a334c56 commit fe15344

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

test/advanced.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test('advanced', () => {
2+
3+
})

test/custom.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test('custom blocks', () => {
2+
3+
})

test/ssr.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test('ssr', () => {
2+
3+
})

test/template.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test('template', () => {
2+
3+
})

0 commit comments

Comments
 (0)