aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/globalStyles.test.ts
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-01-03 18:18:52 +0000
committerGravatar GitHub <[email protected]>2021-01-03 18:18:52 +0000
commit2e674d14ca1cd8037f8bbd33cdf415a2e4970ae1 (patch)
tree93d2f7186a31cf6502810170d94fc77634c89f4d /src/tests/globalStyles.test.ts
parentTypo fix in GHA (diff)
parentAdds Pre-commit Hook (diff)
Merge pull request #72 from python-discord/dev-workflow
Update Developer Workflow
Diffstat (limited to 'src/tests/globalStyles.test.ts')
-rw-r--r--src/tests/globalStyles.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/globalStyles.test.ts b/src/tests/globalStyles.test.ts
index d44cc51..a7017c8 100644
--- a/src/tests/globalStyles.test.ts
+++ b/src/tests/globalStyles.test.ts
@@ -2,4 +2,4 @@ import globalStyles from "../globalStyles";
test("global styles emotion css compiles", () => {
expect(globalStyles.styles).not.toBeUndefined();
-})
+});