Skip to content

Commit

Permalink
add rootdir to test and fix root mono pack json name
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Apr 7, 2024
1 parent 8082552 commit df69cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "iobroker.admin-mono",
"name": "iobroker.vis-2-mono",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 2 additions & 0 deletions packages/vis-2/test/testAdapter.gui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const helper = require('@iobroker/vis-2-widgets-testing');
const path = require('path')

let gPage;
let gBrowser;
Expand All @@ -13,6 +14,7 @@ describe('vis', () => {
additionalAdapters: ['web'],
visUploadedId: 'vis-2.0.info.uploaded',
mainGuiProject: 'vis-2',
rootDir: path.join(__dirname, '..') + '/'
});
const { browser, page } = await helper.startBrowser(process.env.CI === 'true');
gBrowser = browser
Expand Down

0 comments on commit df69cb7

Please sign in to comment.