Skip to content

Commit 18f34d7

Browse files
phateddanez
authored andcommitted
Unskip CLI test, it just needed rebuild
1 parent 6c3d505 commit 18f34d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/__tests__/react-docgen-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ describe('react-docgen CLI', () => {
220220
TEST_TIMEOUT,
221221
);
222222

223-
// TODO(phated): Not sure why this is writing to stdout
224-
it.skip(
223+
it(
225224
'writes to a file if provided',
226225
() => {
227226
const outFile = temp.openSync();

0 commit comments

Comments
 (0)