Skip to content

Commit 0320aa5

Browse files
committed
fix: move test-helpers out of __tests__ folder
1 parent b400616 commit 0320aa5

File tree

2 files changed

+1
-1
lines changed
  • packages/decap-cms-widget-markdown/src/serializers

2 files changed

+1
-1
lines changed

packages/decap-cms-widget-markdown/src/serializers/__tests__/slate.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { flow } from 'lodash';
44

5-
import h from './test-helpers/h';
5+
import h from '../test-helpers/h';
66
import { markdownToSlate, slateToMarkdown } from '../index';
77

88
const process = flow([markdownToSlate, slateToMarkdown]);

packages/decap-cms-widget-markdown/src/serializers/__tests__/test-helpers/h.js renamed to packages/decap-cms-widget-markdown/src/serializers/test-helpers/h.js

File renamed without changes.

0 commit comments

Comments
 (0)