File tree Expand file tree Collapse file tree
tests/fixtures/rendering-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 "type" : " addon" ,
8282 "main" : " addon-main.cjs"
8383 },
84+ "imports" : {
85+ "#src/*" : " ./src/*"
86+ },
8487 "exports" : {<% if (typescript) { %>
8588 "." : {
8689 "types" : " ./declarations/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if (typeof module !== 'undefined') {
1313 ci : [
1414 // --no-sandbox is needed when running Chrome inside a container
1515 process . env . CI ? '--no-sandbox' : null ,
16- '--headless' ,
16+ '--headless=new ' ,
1717 '--disable-dev-shm-usage' ,
1818 '--disable-software-rasterizer' ,
1919 '--mute-audio' ,
Original file line number Diff line number Diff line change 11import { module , test } from ' qunit' ;
22import { setupRenderingTest } from ' ember-qunit' ;
33import { render } from ' @ember/test-helpers' ;
4-
5- import TemplateImport from " my-addon/components/template-import" ;
4+ import TemplateImport from " #src/components/template-import" ;
65
76module (' Rendering | template-import' , function (hooks ) {
87 setupRenderingTest (hooks);
You can’t perform that action at this time.
0 commit comments