UNPKG

ns-vue-nami

Version:

Router companion for Nativescript-Vue 2.0's Manual Routing.

7 lines (6 loc) 161 B
const NsVueNami = require('../dist'); describe('NsVueNami', () => { test('should be an object', () => { expect(typeof NsVueNami).toBe('object'); }); });