Skip to content

Commit

Permalink
Debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 14, 2024
1 parent 29bbf6c commit e8ac3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testAdapter.gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('vis', () => {
await setup.stopCustomAdapter('web', 0);
console.log('Web stopped');

const pack = require(`${__dirname}package.json`);
const pack = require(`${__dirname}/../package.json`);
const widgetsSetName = pack.name.split('.').pop();
console.log(`Stopping ${widgetsSetName}`);
await setup.stopCustomAdapter(widgetsSetName, 0);
Expand Down

0 comments on commit e8ac3cc

Please sign in to comment.