UNPKG

tcadif

Version:

read and write Amateur Data Interchange Format (ADIF)

12 lines (9 loc) 281 B
'use strict'; const Header = require('../lib/Header'); const expect = require('expect.js'); describe('Header', function () { it('should be a class', function () { expect(Header).to.be.a('function'); expect(Header).to.have.property('constructor'); }); });