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

Commit 7196e28

Browse files
committed
Updates topcoder-react-utils to the latest version
1 parent 6d96e7e commit 7196e28

File tree

6 files changed

+2244
-1498
lines changed

6 files changed

+2244
-1498
lines changed

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.9.4
1+
v8.11.1

Diff for: __tests__/shared/components/Avatar.jsx

+2-2
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
});

Diff for: config/test.js

+3
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)