Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 28, 2025
1 parent 5392bfc commit 7b73eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dep": "yakumo upgrade",
"pub": "yakumo publish",
"lint": "eslint packages adapters --ext=ts --cache",
"test": "yakumo test -r esbuild-register",
"test": "yakumo test --import tsx",
"test:text": "shx rm -rf coverage && c8 -r text yarn test",
"test:json": "shx rm -rf coverage && c8 -r json yarn test",
"test:html": "shx rm -rf coverage && c8 -r html yarn test",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/tests/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Element from '@satorijs/element'
import { describe } from 'node:test'
import { Resource } from '../src'
import { expect, use } from 'chai'
import { expect } from 'chai'

describe('@satorijs/protocol', () => {
describe('Resource', () => {
Expand Down

0 comments on commit 7b73eeb

Please sign in to comment.