summaryrefslogtreecommitdiff
path: root/node_modules/at-quotes/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/at-quotes/test.js')
-rw-r--r--node_modules/at-quotes/test.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/node_modules/at-quotes/test.js b/node_modules/at-quotes/test.js
deleted file mode 100644
index 0ad9d9f..0000000
--- a/node_modules/at-quotes/test.js
+++ /dev/null
@@ -1,18 +0,0 @@
-import test from 'ava'
-import * as at from './dist'
-
-test('getFinnQuote returns a string', (t) => {
- t.is(typeof at.getFinnQuote(), 'string')
-})
-
-test('getJakeQuote returns a string', (t) => {
- t.is(typeof at.getJakeQuote(), 'string')
-})
-
-test('getIceKingQuote returns a string', (t) => {
- t.is(typeof at.getIceKingQuote(), 'string')
-})
-
-test('getQuote returns a string', (t) => {
- t.is(typeof at.getQuote(), 'string')
-})