Skip to content

Commit

Permalink
test: include missing import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Apr 1, 2024
1 parent dfb6dd1 commit c34eaec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/webpush.test.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/* eslint-disable no-unused-expressions */

import chai, { util } from 'chai'
import chailint from 'chai-lint'
import { core } from '@kalisio/kdk/test.client.js'
import { type } from '@kalisio/kdk/test/client/core/utils.js';
import { type } from '@kalisio/kdk/test/client/core/utils.js'

const suite = 'webpush'

Expand Down

0 comments on commit c34eaec

Please sign in to comment.