improve test

This commit is contained in:
Rene Haas
2022-09-14 13:22:22 +02:00
parent 0a1174cc59
commit eb99eba55e
@@ -10,7 +10,7 @@ import rollupConfig from '../../rollup.config';
const cleanBundle = true;
const cleanFixture = true;
const expectedBundleDiff = 1800;
const expectedBundleDiff = 2300;
const normalizePath = (pathName) =>
pathName ? pathName.split(path.sep).join(path.posix.sep) : pathName;