Skip to content

Commit 081d98a

Browse files
refactor(test): rename mocks.json to data.json
1 parent 1e02559 commit 081d98a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

test/helpers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { isValidElement } = require('react');
22
const { renderToStaticMarkup } = require('react-dom/server');
3-
const data = require('./mocks');
3+
const data = require('./data');
44

55
/**
66
* Renders a React element to static HTML markup.

0 commit comments

Comments
 (0)