Skip to content

Commit

Permalink
chore: Experiment with mixed chart hover test and wdio9
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed Sep 30, 2024
1 parent a5defd9 commit c36c036
Show file tree
Hide file tree
Showing 6 changed files with 2,487 additions and 384 deletions.
3 changes: 2 additions & 1 deletion build-tools/tasks/integ.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ module.exports = task('test:integ', async () => {
});
await waitOn({ resources: ['http://localhost:8080'] });

const files = glob.sync('src/**/__integ__/**/*.test.ts');
// const files = glob.sync('src/**/__integ__/**/*.test.ts');
const files = glob.sync('src/mixed-line-bar-chart/__integ__/mixed-line-bar-chart.test.ts');
await execa('jest', ['-c', 'jest.integ.config.js', ...files], {
stdio: 'inherit',
env: { ...process.env, NODE_OPTIONS: '--experimental-vm-modules' },
Expand Down
Loading

0 comments on commit c36c036

Please sign in to comment.