Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(refactor): even better multi-entry test errors w/ toMatchObject
- output is now like: Object { - "foo.cjs.development.js": true, - "foo.cjs.production.min.js": true, "foo.d.ts": true, - "foo.esm.js": true, - "foo.js": true, "index.cjs.development.js": true, "index.cjs.production.min.js": true, "index.d.ts": true, "index.esm.js": true, "index.js": true, } - super readable!! - and no extraneous files listed (e.g. .map, other directories, etc)
- Loading branch information