We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a155afe commit dab56f4Copy full SHA for dab56f4
1 file changed
tests/rstest/modernjs.ts
@@ -42,6 +42,6 @@ export async function test(options: RunOptions) {
42
await cache.saveCache([nxCachePath], nxCacheKey);
43
}
44
},
45
- test: ['test:rstest'],
+ test: ['test:ut'],
46
});
47
0 commit comments