Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/rollup.dist.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const distRequirePath = path.join(rootDistPath, REQUIRE)
const editablePkgJson = readPackageJsonSync(rootPath, { editable: true })

const processEnvTapRegExp =
/\bprocess\.env(?:\.TAP|\[['"]TAP['"]\])(\s*\?[^:]+:\s*)?/g
/\bprocess\.env(?:\.TAP|\[['"](?:TAP|VITEST)['"]\])(\s*\?[^:]+:\s*)?/g

function createStubCode(relFilepath) {
return `'use strict'\n\nmodule.exports = require('${relFilepath}')\n`
Expand Down
10 changes: 0 additions & 10 deletions .taprc

This file was deleted.

Loading