Skip to content

Commit

Permalink
remove debug fail test (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler authored Jan 31, 2024
1 parent fabee70 commit 406c635
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/util/src/tests/util.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
import { at, get, merge, permutations } from '../util.js'
import { describe, expect, test } from 'vitest'

describe('fail', () => {
test('fail', () => {
expect(() => {
throw new Error('test')
}).to.throw()
})
})

describe('util', () => {
describe('merge', () => {
// factors:
Expand Down

0 comments on commit 406c635

Please sign in to comment.