Skip to content

Commit e463eaa

Browse files
committed
Initial testing
1 parent aaaeb88 commit e463eaa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/TinyPagination.spec.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import {shallow} from 'vue-test-utils'
2+
import {createRenderer} from 'vue-server-renderer'
3+
4+
import TinyPagination from '../src/components/TinyPagination.vue'
5+
6+
describe('TinyPagination.vue', () => {
7+
it('has a created hook', () => {
8+
expect(typeof TinyPagination.created).toBe('function')
9+
})
10+
})

0 commit comments

Comments
 (0)