gpt4 book ai didi

javascript - 由于 JQuery 运算符,Karma/Jasmine 测试失败

转载 作者:行者123 更新时间:2023-12-03 01:57:21 27 4
gpt4 key购买 nike

谷歌的长时间搜索没有产生任何有用的结果。测试失败并出现以下错误:

TypeError: $(...).tooltip is not a function in config/karma-test-bundle.js (line 436915)

我们已经通过 npm 加载了 jquery,并且我将 $ 运算符导入到了我的测试文件中...但我肯定遗漏了一些东西。通过 npm 安装 karma-jquery 插件的建议似乎也不起作用。关于如何解决这个问题有任何线索吗?

编辑:以下是 karma.conf.js 文件的一些部分:

files: [
{pattern: './config/karma-test-bundle.js', watched: false},
{pattern: './src/assets/*', watched: false, included: false},
],

proxies: {
'/assets/': '/base/src/assets/',
},

最佳答案

require('bootstrap/dist/js/bootstrap'); 添加到您的 config/karma-test-bundle.js 文件中。

关于javascript - 由于 JQuery 运算符,Karma/Jasmine 测试失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50180472/

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