Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 26, 2022
1 parent e414394 commit b325199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/resolve/pkg-browser/package.json
Expand Up @@ -5,4 +5,4 @@
"browser": "./web.js",
"node": "./ssr.js"
}
}
}
2 changes: 1 addition & 1 deletion test/resolve/pkg-node/package.json
Expand Up @@ -5,4 +5,4 @@
"node": "./ssr.js",
"browser": "./web.js"
}
}
}
2 changes: 1 addition & 1 deletion test/resolve/vitest.config.ts
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
ssr: [/ssr\.test\.ts/],
},
deps: {
inline: [/resolve\/package/],
external: [/pkg-/],
},
},
})

0 comments on commit b325199

Please sign in to comment.