Skip to content

Commit

Permalink
feat: release assetExtensions config options
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Aug 30, 2023
1 parent 3d93d72 commit ee9caf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { Config } from './@types';

describe('config', function () {
it(`returns the given options`, function () {
const options = {};
const options: Config = {
formats: ['es'],
};
expect(createConfig(options as Config)).toEqual(options);
});
});

0 comments on commit ee9caf5

Please sign in to comment.