Revert test changes
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
import { assert } from "chai";
|
import { assert } from "chai";
|
||||||
|
import * as fs from "fs";
|
||||||
|
|
||||||
import { Utility } from "../../tests/utility";
|
import { Utility } from "../../tests/utility";
|
||||||
import { Drawing, IDrawingOptions, PlacementPosition } from "./";
|
import { Drawing, IDrawingOptions, PlacementPosition } from "./";
|
||||||
@ -9,6 +10,7 @@ function createDrawing(drawingOptions?: IDrawingOptions): Drawing {
|
|||||||
{
|
{
|
||||||
fileName: "test.jpg",
|
fileName: "test.jpg",
|
||||||
referenceId: 1,
|
referenceId: 1,
|
||||||
|
stream: fs.createReadStream(path),
|
||||||
path: path,
|
path: path,
|
||||||
dimensions: {
|
dimensions: {
|
||||||
pixels: {
|
pixels: {
|
||||||
|
Reference in New Issue
Block a user