Skip to content

Commit 336f83a

Browse files
authored
Merge pull request #111 from emberjs/vitest-backport
[3.x backport] switch to vitest and build into dist subdir
2 parents 0e867e2 + d09267c commit 336f83a

File tree

5 files changed

+934
-1531
lines changed

5 files changed

+934
-1531
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ module.exports = {
1515
// test files
1616
{
1717
files: ['__tests__/**/*.js'],
18-
env: {
19-
jest: true,
20-
},
18+
env: {},
2119
rules: {
2220
'n/no-unpublished-require': 'off',
2321
},

0 commit comments

Comments
 (0)