From 6d9b0ff2f074a8568677beccd9d43b9f423b2523 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 8 Sep 2020 10:44:11 -0400 Subject: [PATCH] fix integration tests not running Signed-off-by: Sebastian Malton --- integration/{specs/app_spec.ts => __tests__/app.tests.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename integration/{specs/app_spec.ts => __tests__/app.tests.ts} (100%) diff --git a/integration/specs/app_spec.ts b/integration/__tests__/app.tests.ts similarity index 100% rename from integration/specs/app_spec.ts rename to integration/__tests__/app.tests.ts