Skip to content

Commit 3460b16

Browse files
Merge branch 'develop' of https://github.com/react-R/reactR into develop
2 parents 0ee4ba5 + d9f6887 commit 3460b16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

js-tests/react-tools.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react'
33
import ReactDOM from 'react'
44
import { renderToString } from 'react-dom/server'
55
import { parseXml } from '@rgrove/parse-xml'
6-
import { parse } from 'html-react-parser'
6+
import parse from 'html-react-parser'
77
import { hydrate } from '../srcjs/react-tools'
88

99
/**

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"private": true,
44
"type": "module",
55
"scripts": {
6-
"build": "vite build"
6+
"build": "vite build",
7+
"test": "vitest run"
78
},
89
"devDependencies": {
910
"@vitejs/plugin-react": "^4.2.1",

0 commit comments

Comments
 (0)