Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed chainImports.js test file
  • Loading branch information
zishkaz committed Apr 24, 2023
commit 544055b07d7cb8423d33009d7643bf191d7413ca
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const {ObjectParameter,glob} = require("./toImport.js")
const {glob} = require("./toImport.js")

function test(obj) {
return obj.performAction(5)
}

test(new ObjectParameter(glob))
test(glob)