UNPKG

317 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const mainModule = require("./exports");
4describe('exports file', () => {
5 it('Exports an "aai" argv interface', async () => {
6 expect(Object.keys(mainModule)).toEqual(['aai']);
7 });
8});
9//# sourceMappingURL=exports.test.js.map
\No newline at end of file