We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd394f2 commit a39552bCopy full SHA for a39552b
src/utils/color.test.ts
@@ -10,7 +10,7 @@ describe('getColorEnabled() - With colors enabled', () => {
10
describe('getColorEnabled() - With colors disabled in Edge', () => {
11
const edgeContext = new Context(new Request('http://localhost/'), {
12
env: {
13
- NO_COLOR: false,
+ NO_COLOR: true,
14
},
15
})
16
0 commit comments