Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
fix: broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 15, 2022
1 parent 1404741 commit 7800da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -17,7 +17,7 @@
"skipDefaultLibCheck": true,
"noUnusedLocals": true,
"paths": {
"#provider": ["src/runtime/simple.ts"],
"#provider": ["src/runtime/base.ts"],
"schema-org-graph-js": ["src/index.ts"],
}
}
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts
Expand Up @@ -7,7 +7,7 @@ import { defineConfig } from 'vite'
export default defineConfig({
resolve: {
alias: {
'#provider': './src/runtime/simple',
'#provider': './src/runtime/base',
'schema-org-graph-js': './src/index',
}
},
Expand Down

0 comments on commit 7800da8

Please sign in to comment.