@donmahallem/label-pr
Version:
Helpers for working with github issue labels
13 lines • 359 B
JavaScript
/**
* Package @donmahallem/label-pr
* Source https://donmahallem.github.io/js-libs/
*/
import { expect } from 'chai';
import 'mocha';
import * as index from './index.js';
describe('index', function () {
it('should export defaults', function () {
expect(index.syncPRLabels).to.not.be.undefined;
});
});
//# sourceMappingURL=index.spec.js.map