vue4auth
Version:
A simple authencation library for Vue.js
22 lines (16 loc) • 513 B
JavaScript
/*!
* vue-auth <https://github.com/HopperGithub/vue-auth>
*
* Copyright (c) 2018-present, Hopper Sun.
* Released under the MIT License.
*/
;
// require('mocha');
// var assert = require('assert');
// var auth = require('./');
// describe('empty object, array', function () {
// it(property + JSON.stringify(obj[property]) + title, function () {
// var has = hasEmptyProperty(obj[property]);
// assert(num ? !has : has, `expected ${String(obj[property])} ${msg}`);
// });
// });