Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalic committed Oct 23, 2019
1 parent fb76dce commit 4c52451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/loader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const zipDoc=require("../src/document")
const openxml=require("../src/openxml/document")
const docx4js=require("../src")
import zipDoc from "../src/document"
import openxml from "../src/openxml/document"
import docx4js from "../src"

describe("loader", function(){
var loader=`${__dirname}/files/loader`
Expand Down

0 comments on commit 4c52451

Please sign in to comment.