Skip to content

Commit

Permalink
fix: esm sw test
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Apr 28, 2023
1 parent 527dcda commit c7873a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mocks/sw/sw-test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable no-undef */
// eslint-disable-next-line strict
const { is } = require('uvu/assert')
import { is } from 'uvu/assert'

const { KV } = require('./sw-globals')
import { KV } from './sw-globals'

describe('sw', () => {
it('should intercept and return kv and env', async () => {
Expand Down

0 comments on commit c7873a6

Please sign in to comment.