Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 251cffd

Browse files
committed
fix: remove .only
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 2019c45 commit 251cffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/src/pubsub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function makeCheck (n, done) {
6363
}
6464

6565
module.exports = (common) => {
66-
describe.only('.pubsub', function () {
66+
describe('.pubsub', function () {
6767
this.timeout(80 * 1000)
6868

6969
const getTopic = () => 'pubsub-tests-' + hat()

0 commit comments

Comments
 (0)