Skip to content

Commit

Permalink
[cli] Add explicit vitest import to unit test for isZeroConfigBuild u…
Browse files Browse the repository at this point in the history
…tility (#11341)
  • Loading branch information
erikareads committed Mar 28, 2024
1 parent 63e9de8 commit 8a16e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/gorgeous-grapes-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions packages/cli/test/unit/util/is-zero-config-build.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { isZeroConfigBuild } from '../../../src/util/is-zero-config-build';
import { describe, expect, it } from 'vitest';

describe('isZeroConfigBuild', () => {
it(`should return true when builds is undefined`, () => {
Expand Down

0 comments on commit 8a16e8e

Please sign in to comment.