Skip to content

Commit 5912792

Browse files
committed
test(jest.config.js): add geotiff and quick-lru to transformIgnorePatterns to make unit test pass
1 parent 6efc205 commit 5912792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ module.exports = {
3939
},
4040
// Jest will throw `Cannot use import statement outside module` if it tries to load an
4141
// ES module without it being transformed first. ./config/README.md#esm-errors-with-jest
42-
transformIgnorePatterns: [nodeModulesToTransform(grafanaESModules)],
42+
transformIgnorePatterns: [nodeModulesToTransform([...grafanaESModules, 'geotiff', 'quick-lru'])],
4343
};

0 commit comments

Comments
 (0)