Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Apr 14, 2024
1 parent 6457825 commit fd3fab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ site-output
pnpm-lock.yaml
.pnp.*
.yarn
bun.lockb
4 changes: 1 addition & 3 deletions test/writr.test.ts
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down

0 comments on commit fd3fab0

Please sign in to comment.