Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

10 lines
172 B
JavaScript

t.equal(
require("./shared")(),2,
"lazy.js can use the shared library"
);
t.equal(
require("not/real")(),1,
"lazy.js can use library code with arbitrary names"
);