Skip to content

Commit 66d692f

Browse files
test(modernjs-v3): include config contract in rstest suite
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
1 parent b5f6763 commit 66d692f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/modernjs-v3/rstest.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ export default defineConfig({
44
root: __dirname,
55
testEnvironment: 'node',
66
globals: true,
7-
include: ['tests/rsc-client-callback-bootstrap.test.ts'],
7+
include: [
8+
'tests/rsc-client-callback-bootstrap.test.ts',
9+
'tests/config-plugin-contract.test.ts',
10+
],
811
});

0 commit comments

Comments
 (0)