Skip to content

Commit

Permalink
remove commented-out import of esmockCache
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Sep 8, 2023
1 parent 5bab2ac commit b9efedb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/esmockLoader.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import fs from 'node:fs/promises'
import process from 'process'
import esmockErr from './esmockErr.js'
// import './esmockCache.js'

const [major, minor] = process.versions.node.split('.').map(it => +it)
const isLT1612 = major < 16 || (major === 16 && minor < 12)
Expand Down

0 comments on commit b9efedb

Please sign in to comment.