Skip to content

Commit 6399da0

Browse files
committed
fix
1 parent e764480 commit 6399da0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

packages/rstack/rstack.config.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import { define } from 'rstack';
22

3-
// Disable color in test
4-
process.env.NO_COLOR = '1';
3+
define.test(() => {
4+
// Disable color in test
5+
process.env.NO_COLOR = '1';
56

6-
define.test({
7-
source: {
8-
tsconfigPath: './test/tsconfig.json',
9-
},
7+
return {
8+
source: {
9+
tsconfigPath: './test/tsconfig.json',
10+
},
11+
};
1012
});

0 commit comments

Comments
 (0)