Skip to content

Commit 1222e35

Browse files
committed
Properly alias production test suite, update changelog
1 parent 24455bc commit 1222e35

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 12.12.3
4+
5+
- Fix a ref issue with ActionForms and ActionButtons
6+
37
## 12.12.0
48

59
- Domain::setup and constructors receive the key they were mounted at via

test/prod.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"testEnvironment": "node",
44
"setupTestFrameworkScriptFile": "./helpers/setup.js",
55
"moduleNameMapper": {
6-
".*?/src/(.*)": "<rootDir>/../build/min/$1"
6+
".*?/src/(.*)": "<rootDir>/../build/min/$1",
7+
".*?/microcosm$": "<rootDir>/../build/min/microcosm"
78
},
89
"testPathIgnorePatterns": [
910
"node_modules",

0 commit comments

Comments
 (0)