Skip to content

Commit db5dfc3

Browse files
committed
commit
1 parent 86e0dbb commit db5dfc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/ts-test/src/import_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
declare var require: any;
22
declare var exports : any;
33

4-
import * as imported from "qrcode-generator";
4+
import * as imported from 'qrcode-generator';
55

6-
exports.reqImp = function(test : any) {
6+
exports.requireAndImport = function(test : any) {
77

88
var testQR = function(qrcode : any) {
99
test.equal(typeof qrcode, 'function');

0 commit comments

Comments
 (0)