Skip to content

Commit

Permalink
chore: added a todo for a required test to be added in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
yousifalraheem committed May 12, 2022
1 parent a034abf commit bec4aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { NormalizedOutputOptions } from "rollup";
// eslint-disable-next-line no-control-regex
const ansiRegex = /[\u001b\u009b][[()#;?]*(?:\d{1,4}(?:;\d{0,4})*)?[\dA-ORZcf-nqry=><]/g;

// TODO: add test to check if the output will use the default warning values when it's not passed, or an empty object was passed
describe("Rollup plugin summary", () => {
const options: Partial<NormalizedOutputOptions> = { dir: "temp/esm" };
const log = jest.fn();
Expand Down

0 comments on commit bec4aa9

Please sign in to comment.