Skip to content

Commit e7eaa64

Browse files
committed
fix(skel): Skip placeholder test
1 parent 452b00f commit e7eaa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/skel/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from '@endo/ses-ava/prepare-endo.js';
22

3-
test('placeholder', async t => {
3+
test.skip('placeholder', async t => {
44
t.fail('TODO: add tests');
55
});

0 commit comments

Comments
 (0)