Skip to content

Commit 9086e30

Browse files
committed
chore: fix tachometer runs
1 parent 501f4a0 commit 9086e30

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

1st-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"alex": "11.0.1",
139139
"cem-plugin-module-file-extensions": "0.0.5",
140140
"chromatic": "13.2.0",
141-
"chromedriver": "140.0.3",
141+
"chromedriver": "142.0.0",
142142
"colors": "1.4.0",
143143
"common-tags": "1.8.2",
144144
"crypto": "1.0.1",

1st-gen/scripts/test-changes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const { browser = 'chrome' } = yargs(hideBin(process.argv)).argv;
2727
*/
2828
export const getChangedPackages = () => {
2929
let changedPackages = [];
30-
const changesetDir = '.changeset';
30+
const changesetDir = '../.changeset';
3131

3232
try {
3333
// Check if .changeset directory exists

1st-gen/test/benchmark/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ $ node test/benchmark/cli -n 20
178178
for (const packageName of packages) {
179179
const runCommands: string[] = [];
180180
const config: Partial<ConfigFile> = {
181-
root: '../..',
181+
root: '../../..',
182182
$schema:
183183
'https://raw.githubusercontent.com/Polymer/tachometer/master/config.schema.json',
184184
timeout: parseFloat(opts.timeout) || 0,

1st-gen/test/tsconfig-node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"outDir": ".",
55
"rootDir": ".",
66
"types": ["node"],
7-
"typeRoots": ["../node_modules/@types"]
7+
"typeRoots": ["../../node_modules/@types"]
88
},
99
"include": ["benchmark/cli.ts"],
1010
"exclude": []

0 commit comments

Comments
 (0)