Skip to content

Commit 9a7daa5

Browse files
committed
bugfix/NOTASK Fixed error in test
1 parent 5d14bc8 commit 9a7daa5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regexify-string",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "The way to decorate string by using regex with: React components, HTML tags etc.",
55
"main": "index.js",
66
"scripts": {

src/__tests__/regexifyString.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22

33
import expect from 'expect';
44
import each from 'jest-each';
5-
import regexifyString, { IDecorateStringWithReactProps } from '../regexifyString';
5+
import regexifyString, { IDecorateStringWithReactProps } from '../index';
66

77
type IData = Record<
88
string,

0 commit comments

Comments
 (0)