gpt4 book ai didi

javascript - Jest 将 MomentJS 导入到未弹出的 React 应用程序中

转载 作者:行者123 更新时间:2023-12-02 14:45:52 24 4
gpt4 key购买 nike

我有一个带有 MomentJS (2.20.1) + MomentJS (0.5.14) 时区的 ReactJS 应用程序。

我想为此 .js 文件创建单元测试:

// dateHelper.js
import * as moment from "moment";
export function someFunc() {
// some operations with moment.utc() and moment()
}

这是我的测试文件:

// dateHelper.test.js
const dateHelper = require("../dateHelper");

test("format date properly", () => {
// ...
});

但我收到 TypeError: moment is not a function 错误。

如何在 dateHelper.js 中导入 momentJS 以使其与 Jest 正常工作?

最佳答案

尝试:

从“时刻”导入时刻

假设您正在使用矩节点模块

关于javascript - Jest 将 MomentJS 导入到未弹出的 React 应用程序中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48742764/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com