Skip to content

Commit

Permalink
fixup! test: fix plugintest to work with all node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rweich committed Mar 23, 2024
1 parent e7bad74 commit 1000c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PluginTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('Plugin test', () => {
done();
});
});
it.only('should log an error if the register info is not valid json', () => {
it('should log an error if the register info is not valid json', () => {
const server = new Server({ host: '127.0.0.1', port: 23_456 });
const logger = { ...dummyLogger };
const promise = Promise.all([
Expand Down

0 comments on commit 1000c1c

Please sign in to comment.