Skip to content

Commit

Permalink
Adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Feb 10, 2024
1 parent fa4883a commit e283511
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/form/samples/cjs-transpiler-re-exports-1/_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = defineTest({
options: {
output: {
externalLiveBindings: false,
reExportProtoFromExternal: false
reexportProtoFromExternal: false
},
plugins: [
{
Expand Down
1 change: 1 addition & 0 deletions test/function/samples/output-options-hook/_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = defineTest({
paths: {},
plugins: [],
preserveModules: false,
reexportProtoFromExternal: true,
sourcemap: false,
sourcemapExcludeSources: false,
strict: true,
Expand Down
4 changes: 2 additions & 2 deletions test/misc/optionList.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e283511

Please sign in to comment.