Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
chore: Remove missed .only in unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tormozz48 committed Jun 2, 2018
1 parent 59bd47d commit 75f618e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/passthrough-emitter.js
@@ -1,7 +1,7 @@
'use strict';
const PassthroughEmitter = require('lib/passthrough-emitter');

describe.only('PassthroughEmitter', () => {
describe('PassthroughEmitter', () => {
let runner,
child;

Expand Down

0 comments on commit 75f618e

Please sign in to comment.