summaryrefslogtreecommitdiff
path: root/app/models/character-store/character-store.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/character-store/character-store.test.ts')
-rw-r--r--app/models/character-store/character-store.test.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/models/character-store/character-store.test.ts b/app/models/character-store/character-store.test.ts
deleted file mode 100644
index fc17694..0000000
--- a/app/models/character-store/character-store.test.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { CharacterStoreModel } from './character-store'
-
-test('can be created', () => {
- const instance = CharacterStoreModel.create({})
-
- expect(instance).toBeTruthy()
-})