We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e0dbb commit db5dfc3Copy full SHA for db5dfc3
js/ts-test/src/import_test.ts
@@ -1,9 +1,9 @@
1
declare var require: any;
2
declare var exports : any;
3
4
-import * as imported from "qrcode-generator";
+import * as imported from 'qrcode-generator';
5
6
-exports.reqImp = function(test : any) {
+exports.requireAndImport = function(test : any) {
7
8
var testQR = function(qrcode : any) {
9
test.equal(typeof qrcode, 'function');
0 commit comments