Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 8, 2023
1 parent 0b44a49 commit c0b0a66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
@@ -0,0 +1,6 @@
"use strict";
Object.defineProperty(exports, "test", {
enumerable: true,
get: ()=>test
});
const test = 'test';
@@ -0,0 +1,3 @@
"use strict";
const _import = require("./import");
console.log(_import.test);

0 comments on commit c0b0a66

Please sign in to comment.