Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhikoarase committed Oct 14, 2016
1 parent 86e0dbb commit db5dfc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/ts-test/src/import_test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
declare var require: any;
declare var exports : any;

import * as imported from "qrcode-generator";
import * as imported from 'qrcode-generator';

exports.reqImp = function(test : any) {
exports.requireAndImport = function(test : any) {

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

0 comments on commit db5dfc3

Please sign in to comment.