Skip to content

Commit

Permalink
chore: disable color in test
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Nov 18, 2022
1 parent 121416f commit f096a9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions node/validation/manifest/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/* eslint-disable max-nested-callbacks */
import process from 'process'

// Disable chalk color output
process.env.FORCE_COLOR = '0'

// eslint-disable-next-line import/first
import { test, expect, describe } from 'vitest'

// eslint-disable-next-line import/first
import { validateManifest, ManifestValidationError } from './index.js'

// Factory so we have a new object per test
Expand Down

0 comments on commit f096a9d

Please sign in to comment.