Skip to content

Commit 264ac54

Browse files
committed
Update
1 parent d4d8859 commit 264ac54

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"@types/qunit": "^2.19.12",
7979
"babel-plugin-ember-template-compilation": "^2.2.5",
8080
"concurrently": "^9.0.1",
81+
"ember-page-title": "^9.0.3",
8182
"ember-qunit": "^9.0.2",
8283
"ember-resolver": "^13.1.0",
8384
"ember-source": "^6.3.0",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/utils-test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@ module('compatToRFC1132', function (hooks) {
1515
);
1616

1717
assert.deepEqual(Object.keys(result), [
18+
// Everything resolvable in our dist
19+
// We shouldn't *really* have this stuff in here,
20+
// but we need a change to compatModules,
21+
// likely via the ember() vite plugin to configure this
1822
'./build-registry',
1923
'./convert',
2024
'./index',
2125
'./strict-resolver',
26+
'./types',
27+
// From ember-page-title (in devDependencies)
28+
'./services/page-title',
2229
]);
2330
});
2431

0 commit comments

Comments
 (0)