File tree Expand file tree Collapse file tree 3 files changed +167
-148
lines changed
Expand file tree Collapse file tree 3 files changed +167
-148
lines changed Original file line number Diff line number Diff line change 2626 "devDependencies" : {
2727 "@changesets/cli" : " ^2.29.8" ,
2828 "@eslint/eslintrc" : " ^3.3.3" ,
29- "@eslint/js" : " ^9.39.1 " ,
29+ "@eslint/js" : " ^10.0.0 " ,
3030 "@stylistic/eslint-plugin-js" : " ^4.4.1" ,
3131 "@sveltejs/eslint-config" : " ~8.3.4" ,
3232 "@sveltejs/kit" : " ^2.49.5" ,
3535 "@types/node" : " ^22.19.1" ,
3636 "cross-env" : " ^10.1.0" ,
3737 "dts-buddy" : " ^0.6.2" ,
38- "eslint" : " ^9.39.1 " ,
38+ "eslint" : " ^10.0.0 " ,
3939 "eslint-config-prettier" : " ^10.1.8" ,
4040 "eslint-plugin-markdown" : " ^5.1.0" ,
4141 "eslint-plugin-n" : " ^17.23.1" ,
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ export let testPath: string;
2020 * Path to the test folder
2121 */
2222export let testDir : string ;
23- /**
24- * Test folder name
25- */
26- export let testName : string ;
2723
2824export const serverLogs : string [ ] = [ ] ;
2925export const browserLogs : string [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments