Skip to content

Commit

Permalink
refactor: move file out of build
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 18, 2023
1 parent 6d851c8 commit 0c41bd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/options.spec.ts → src/core/options.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// this file had to be moved to avoid tsup from picking it up
import { describe, expect, it } from 'vitest'
import { resolveOptions } from './options'
import { mockWarn } from '../tests/vitest-mock-warn'
import { resolveOptions } from '../options'
import { mockWarn } from '../../tests/vitest-mock-warn'

describe('options', () => {
mockWarn()
Expand Down

0 comments on commit 0c41bd5

Please sign in to comment.