Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f83fd3b

Browse files
committed
Merge branch 'develop'
2 parents 880c282 + 7196e28 commit f83fd3b

File tree

6 files changed

+2244
-1498
lines changed

6 files changed

+2244
-1498
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.9.4
1+
v8.11.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Avatar from 'components/Avatar';
22
import React from 'react';
3-
import { snapshot } from 'topcoder-react-utils/jest-utils';
3+
import { JU } from 'topcoder-react-utils';
44

55
test('Snapshots', () => {
6-
snapshot(<Avatar />);
6+
JU.snapshot(<Avatar />);
77
});

config/test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
dummyConfigKey: 'Dummy config value',
3+
};

0 commit comments

Comments
 (0)