Skip to content

Commit

Permalink
remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 1, 2023
1 parent cc5de22 commit b4d0a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/web/test/porcupine.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const runProcTest = async (
};

describe('Porcupine Binding', function () {
it.only(`should return process error message stack`, async () => {
it(`should return process error message stack`, async () => {
let error: PorcupineErrors.PorcupineError | null = null;

const runProcess = () => new Promise<void>(async resolve => {
Expand Down

0 comments on commit b4d0a2b

Please sign in to comment.