Skip to content

Commit a23d3bf

Browse files
authored
Update getRefreshModuleRuntime.test.js
1 parent c95a14e commit a23d3bf

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)