Skip to content

Commit a39552b

Browse files
authored
Update color.test.ts
1 parent bd394f2 commit a39552b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/color.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('getColorEnabled() - With colors enabled', () => {
1010
describe('getColorEnabled() - With colors disabled in Edge', () => {
1111
const edgeContext = new Context(new Request('http://localhost/'), {
1212
env: {
13-
NO_COLOR: false,
13+
NO_COLOR: true,
1414
},
1515
})
1616

0 commit comments

Comments
 (0)