Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvincent committed Nov 29, 2022
1 parent b8ef1ea commit 2c3d6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/multi-core-indexer.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check
const MultiCoreIndexer = require('../')
const { test, only } = require('tap')
const { test } = require('tap')
const { once } = require('events')
const ram = require('random-access-memory')
const {
Expand Down Expand Up @@ -50,7 +50,7 @@ test('Indexes items appended after initial index', async (t) => {
t.pass('Indexer closed')
})

only('Indexes cores added with addCore method', async (t) => {
test('Indexes cores added with addCore method', async (t) => {
const cores = await createMultiple(5)
/** @type {Entry[]} */
const entries = []
Expand Down

0 comments on commit 2c3d6de

Please sign in to comment.