eliminated duplicate implementation of strikethrough

This commit is contained in:
felipe
2017-03-12 17:51:01 +01:00
parent 371398bc2c
commit 8c6cd012e7
3 changed files with 2 additions and 18 deletions

View File

@ -1,5 +1,5 @@
import { assert } from "chai";
import { DoubleStrike, Strike } from "../../../docx/run/strike";
import { DoubleStrike, Strike } from "../../../docx/run/formatting";
import { Utility } from "../../utility";
describe("Strike", () => {