Skip to content

Commit 9479280

Browse files
committed
Update getRefreshModuleRuntime.test.js
1 parent c148f98 commit 9479280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/loader/unit/getRefreshModuleRuntime.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { Template } = require('webpack');
2-
const { getRefreshModuleRuntime } = require('../../../loader/utils');
2+
const getRefreshModuleRuntime = require('../../../loader/utils/getRefreshModuleRuntime');
33

44
describe('getRefreshModuleRuntime', () => {
55
it('should return working refresh module runtime without const using CommonJS', () => {

0 commit comments

Comments
 (0)