From 92d969b0756dc0fc5e43d4bdfd0b9d84b017aeb2 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Mon, 6 Aug 2018 18:27:33 +0200 Subject: [PATCH] fix(test): Move tests to correct scope Move available-drives, flash-state and selection-state tests to gui tests. These files only test gui code and make `make test-cli` fail. Change-type: patch Signed-off-by: Alexis Svinartchouk --- tests/{shared => gui}/models/available-drives.spec.js | 0 tests/{shared => gui}/models/flash-state.spec.js | 0 tests/{shared => gui}/models/selection-state.spec.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/{shared => gui}/models/available-drives.spec.js (100%) rename tests/{shared => gui}/models/flash-state.spec.js (100%) rename tests/{shared => gui}/models/selection-state.spec.js (100%) diff --git a/tests/shared/models/available-drives.spec.js b/tests/gui/models/available-drives.spec.js similarity index 100% rename from tests/shared/models/available-drives.spec.js rename to tests/gui/models/available-drives.spec.js diff --git a/tests/shared/models/flash-state.spec.js b/tests/gui/models/flash-state.spec.js similarity index 100% rename from tests/shared/models/flash-state.spec.js rename to tests/gui/models/flash-state.spec.js diff --git a/tests/shared/models/selection-state.spec.js b/tests/gui/models/selection-state.spec.js similarity index 100% rename from tests/shared/models/selection-state.spec.js rename to tests/gui/models/selection-state.spec.js