diff --git a/.gitignore b/.gitignore index 86bcedb..36dcb9f 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,4 @@ site-output pnpm-lock.yaml .pnp.* .yarn +bun.lockb diff --git a/test/writr.test.ts b/test/writr.test.ts index a368965..5a48d4d 100644 --- a/test/writr.test.ts +++ b/test/writr.test.ts @@ -1,7 +1,5 @@ - -import {e} from 'vitest/dist/reporters-1evA5lom.js'; -import {Writr} from '../src/writr.js'; import {it, describe, expect} from 'vitest'; +import {Writr} from '../src/writr.js'; describe('writr', () => { it('should be able to initialize', () => {