Skip to content

Commit f59fffa

Browse files
fixed: Unit test
1 parent e90841d commit f59fffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function compile(opts) {
3434
}
3535

3636
const OPENING_TEMPLATE_CALL = /template\(/
37-
const RIOT_HOT_RELOAD_DEPENDENCY = /hotReload/
37+
const RIOT_HOT_RELOAD_DEPENDENCY = /@riotjs\/hot-reload/
3838

3939
describe('Riot.js webpack loader unit test', () => {
4040
afterEach(() => {

0 commit comments

Comments
 (0)