文件名称:addon-test-bug:复制
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-20 17:41:11
JavaScript
附加测试错误 重现一个错误,在该错误中找不到在include()挂钩中导入的文件,然后通过postprocessTree()将其添加到测试树中。 这是在ember-cli master中发生的,但不是在1.13.8中发生的。 只需运行npm install然后执行./node_modules/ember-cli/bin/ember test ,您将看到错误: 否,没有这样的文件或目录'/Users/akusuma/workspace/opensource/addon-test-bug/tmp/concat_with_maps-input_base_path-HRQDorzQ.tmp/0/my-custom-test-files/test-file.js' 如果您降级到1.13.8,您将不再看到此错误。 我在js树中包括了一棵树,即使在master上也可以正常工作。 两棵树都被记录。
【文件预览】:
addon-test-bug-master
----.jshintrc(518B)
----ember-cli-build.js(526B)
----bower.json(404B)
----.npmignore(141B)
----.ember-cli(280B)
----.travis.yml(578B)
----config()
--------environment.js(111B)
--------ember-try.js(628B)
----LICENSE.md(1KB)
----README.md(1008B)
----addon()
--------.gitkeep(0B)
----.bowerrc(60B)
----testem.json(198B)
----.editorconfig(543B)
----tests()
--------.jshintrc(831B)
--------index.html(1017B)
--------test-helper.js(112B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(247B)
----app()
--------.gitkeep(0B)
----index.js(1KB)
----.watchmanconfig(37B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)