UNPKG

@canboat/canboatjs

Version:

Native javascript version of canboat

14 lines 476 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const pgns_1 = require("./pgns"); describe('getPgn', () => { test('Return info array about a pgn number', () => { const pgns = (0, pgns_1.getPgn)(60928); expect(pgns !== undefined); if (pgns !== undefined) { expect(pgns.length > 0); expect(pgns[0].Description).toBe('ISO Address Claim'); } }); }); //# sourceMappingURL=pgns.test.js.map