Authored by Gtskk

Merge branch 'master' of 192.168.102.78:web/rfid-sdk

{
"browser": true,
"devel": true,
"esnext": true,
"indent": 2,
"jquery": false,
"maxlen": 80,
"node": true
{
"browser": true,
"devel": true,
"esnext": true,
"indent": 2,
"jquery": false,
"maxlen": 130,
"node": true
}
\ No newline at end of file
... ...
import expect from 'expect.js';
import muk from 'muk';
describe('uhf.js', function() {
describe('init', function() {
it();
});
describe('getConfig', function() {
it();
});
describe('getVersion', function() {
it();
});
import expect from 'expect.js';
import muk from 'muk';
import Uhf from '../../src/lib/directive/uhf';
describe('uhf.js', function() {
describe('init', function() {
it('init expect OK', function() {
let uhf = new Uhf();
expect(uhf.proc.getConfig).to.be.ok();
expect(uhf.proc.getVersion).to.be.ok();
});
});
describe('getConfig', function() {
it(' ');
});
describe('getVersion', function() {
it();
});
});
\ No newline at end of file
... ...