Skip to content

Commit 5c5bcc5

Browse files
committed
chore: removed exclusive test
1 parent eb0dadf commit 5c5bcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/log.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('readLog', () => {
4141
});
4242
});
4343

44-
describe.only('transform', () => {
44+
describe('transform', () => {
4545
let exists = false;
4646
let contents = null;
4747

0 commit comments

Comments
 (0)