Skip to content

Commit 564f4f4

Browse files
aichbauerJPeer264
authored andcommitted
🔨 Refactor: skip test
1 parent 67e778e commit 564f4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sgcPrompt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import test from 'ava';
22
import prompt from '../lib/sgcPrompt';
33

4-
test((t) => {
4+
test.skip((t) => {
55
prompt();
6-
// t.true(prompt());
6+
t.true(prompt());
77
});

0 commit comments

Comments
 (0)