Skip to content

Commit

Permalink
Remove concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread committed Dec 17, 2023
1 parent 328dcc9 commit bdafcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/anki-note-builder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const template = readFileSync(path.join(dirname, '../ext/data/templates/default-
const dictionaryName = 'Test Dictionary 2';
const test = await createTranslatorTest(void 0, path.join(dirname, 'data/dictionaries/valid-dictionary1'), dictionaryName);

describe.concurrent('AnkiNoteBuilder', () => {
describe('AnkiNoteBuilder', () => {
const testData = tests.map((data, i) => ({data, expected1: expectedResults1[i]}));
describe.each(testData)('Test %#: $data.name', ({data, expected1}) => {
test('Test', async ({expect, translator}) => {
Expand Down

0 comments on commit bdafcef

Please sign in to comment.