From e5021187e96b78b53203bd95d08d6818aea47d17 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 14 Jul 2021 15:10:31 +0200 Subject: New Ignite 7.0.6 app --- test/mock-file.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/mock-file.ts (limited to 'test/mock-file.ts') diff --git a/test/mock-file.ts b/test/mock-file.ts new file mode 100644 index 0000000..5bf851a --- /dev/null +++ b/test/mock-file.ts @@ -0,0 +1,6 @@ +export default { + height: 100, + width: 100, + scale: 2.0, + uri: "https://placekitten.com/200/200", +} -- cgit v1.2.3