UNPKG

curaprofile2json

Version:

input curaprofile and output json

9 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const chai_1 = require("chai"); describe('TEST DUMMY', () => { it('will resolve', () => { chai_1.expect(true).to.be.true; }); }); //# sourceMappingURL=dummy.spec.js.map