We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5ede8 commit b3f5969Copy full SHA for b3f5969
test/object_factory_tests.js
@@ -9,7 +9,7 @@
9
test.equals(p.name, '00-atoms-00-global-00-colors');
10
test.equals(p.subdir, '00-atoms/00-global');
11
test.equals(p.fileName, '00-colors');
12
- test.equals(p.data.d, 123);
+ test.equals(p.jsonFileData.d, 123);
13
test.equals(p.patternName, 'colors');
14
test.equals(p.patternLink, '00-atoms-00-global-00-colors/00-atoms-00-global-00-colors.html');
15
test.equals(p.patternGroup, 'atoms');
0 commit comments