Skip to content

Commit

Permalink
fix: correct invalid test package
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 30, 2021
1 parent 4834a15 commit 315b1f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { name } from 'multi-entry-dep'
const { name } = require('multi-entry-dep')

export function sayName() {
module.exports.sayName = function () {
return name
}

0 comments on commit 315b1f8

Please sign in to comment.