Skip to content

Commit 6117275

Browse files
authored
Merge pull request #9 from bcgov/custom_map_component
Custom map component to select lat and long and populate to the form
2 parents 6ab2318 + b8429d2 commit 6117275

29 files changed

+61063
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v7.0.0-rsbc-v0.3.12
1+
v7.0.0-rsbc-v0.3.13

forms-flow-rsbcservice/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module.exports = {
44
"^.+\\.(j|t)sx?$": "babel-jest",
55
},
66
moduleNameMapper: {
7-
"\\.(css)$": "identity-obj-proxy",
7+
"\\.(css|scss)$": "identity-obj-proxy",
88
},
99
};

0 commit comments

Comments
 (0)