feat: Add testing utils under wxt/testing (#178)

This commit is contained in:
Aaron
2023-10-18 16:28:26 -05:00
committed by GitHub
parent a3d409f250
commit 874a531a62
27 changed files with 376 additions and 175 deletions
+7
View File
@@ -55,6 +55,13 @@ await Promise.all([
dts: true,
silent: true,
}),
tsup.build({
entry: { testing: 'src/testing/index.ts' },
format: ['esm', 'cjs'],
sourcemap: 'inline',
dts: true,
silent: true,
}),
...virtualEntrypoints.map((entryName) =>
tsup.build({
entry: {