Skip to content

Commit dab56f4

Browse files
authored
fix(rstest): modern.js test script (#12)
1 parent a155afe commit dab56f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rstest/modernjs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ export async function test(options: RunOptions) {
4242
await cache.saveCache([nxCachePath], nxCacheKey);
4343
}
4444
},
45-
test: ['test:rstest'],
45+
test: ['test:ut'],
4646
});
4747
}

0 commit comments

Comments
 (0)