Skip to content

Commit 29c6cc1

Browse files
committed
test(runtime-vapor): add todo test
1 parent 5355b85 commit 29c6cc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/runtime-vapor/__tests__/helpers/resolveAssets.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// const define = makeRender()
1111

1212
describe('resolveAssets', () => {
13+
test('todo', () => {
14+
expect(true).toBeTruthy()
15+
})
1316
// test('should work', () => {
1417
// const FooBar = () => null
1518
// const BarBaz = { mounted: () => null }

0 commit comments

Comments
 (0)