From 9faf55ede63bc596d1d1678085dc026ffb14d99d Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Tue, 5 Jan 2021 13:37:35 -0600 Subject: Run test script as part of the pre-commit hook Now that we have added more unit testing, it will be beneficial to run the unit test script prior to check in. Eventually, we will want this to be part of the CI build process since Git pre-hooks can be avoided. Signed-off-by: Derick Montague Change-Id: I59aad81a470176d2f6a5afeb130661c642f4d259 --- tests/unit/Global/__snapshots__/InputPasswordToggle.spec.js.snap | 1 + tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap | 2 ++ 2 files changed, 3 insertions(+) (limited to 'tests/unit') diff --git a/tests/unit/Global/__snapshots__/InputPasswordToggle.spec.js.snap b/tests/unit/Global/__snapshots__/InputPasswordToggle.spec.js.snap index 6421ddc7..2ecada11 100644 --- a/tests/unit/Global/__snapshots__/InputPasswordToggle.spec.js.snap +++ b/tests/unit/Global/__snapshots__/InputPasswordToggle.spec.js.snap @@ -4,6 +4,7 @@ exports[`InputPasswordToggle.vue should render correctly 1`] = `
+
`; -- cgit v1.2.3