Remove test only

This commit is contained in:
Dolan Miu
2018-07-21 01:28:15 +01:00
parent 8e80df30b9
commit 5fab6e2714

View File

@ -5,7 +5,7 @@ import { stub } from "sinon";
import { BufferPacker } from "../../export/packer/buffer";
import { File, Paragraph } from "../../file";
describe.only("BufferPacker", () => {
describe("BufferPacker", () => {
let packer: BufferPacker;
beforeEach(() => {