Skip to content

Commit

Permalink
fixed: Unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Oct 6, 2023
1 parent e90841d commit f59fffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function compile(opts) {
}

const OPENING_TEMPLATE_CALL = /template\(/
const RIOT_HOT_RELOAD_DEPENDENCY = /hotReload/
const RIOT_HOT_RELOAD_DEPENDENCY = /@riotjs\/hot-reload/

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

0 comments on commit f59fffa

Please sign in to comment.