Skip to content
代码片段 群组 项目
未验证 提交 a02f95f3 编辑于 作者: Mark Florian's avatar Mark Florian
浏览文件

Fix find_frontend_files script

This was broken
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170174.

Node [requires][1] file extensions when used with the `import`
statement.

[1]: https://nodejs.org/docs/latest-v20.x/api/esm.html#esm_mandatory_file_extensions
上级 82f8a56c
No related branches found
No related tags found
无相关合并请求
......@@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url';
import Runtime from 'jest-runtime';
import { readConfig } from 'jest-config';
import createJestConfig from '../../jest.config.base';
import createJestConfig from '../../jest.config.base.js';
const ROOT = resolve(dirname(fileURLToPath(import.meta.url)), '../../');
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册