Skip to content

Commit

Permalink
chore: fix setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 21, 2024
1 parent 68dba4f commit 84fef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/client/tester/tester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function prepareTestEnvironment(files: string[]) {
files.forEach((filename) => {
const currentVersion = browserHashMap.get(filename)
if (!currentVersion || currentVersion[1] !== version) {
browserHashMap.set(filename, [true, version])
browserHashMap.set(filename, version)
}
})

Expand Down

0 comments on commit 84fef50

Please sign in to comment.