Skip to content

Commit b2dff0e

Browse files
committed
turn off testing vite config
1 parent c6d21ec commit b2dff0e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

lib/pointer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Pointer {
7676
* the {@link Pointer#$ref} and {@link Pointer#path} will reflect the resolution path
7777
* of the resolved value.
7878
*/
79-
resolve(obj: any, options: any, pathFromRoot: any) {
79+
resolve(obj: any, options?: $RefParserOptions, pathFromRoot?: string) {
8080
const tokens = Pointer.parse(this.path, this.originalPath);
8181

8282
// Crawl the object, one token at a time

vite.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,5 @@ export default defineConfig({
1313
passWithNoTests: true,
1414
reporters: ["verbose"],
1515
coverage: { reporter: ["lcov", "html", "text"] },
16-
poolOptions: {
17-
threads: {
18-
singleThread: true,
19-
},
20-
},
2116
},
2217
});

0 commit comments

Comments
 (0)