Skip to content

Commit 611e1ae

Browse files
committed
Reorganize type tests
1 parent 3871d05 commit 611e1ae

27 files changed

+5
-5
lines changed

.c8rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"all": true,
33
"exclude": [
4-
"{coverage,examples,media,test,test-d,test-tap,types}/**",
4+
"{coverage,examples,media,test,test-types,test-tap,types}/**",
55
"*.config.cjs",
66
"*.d.*(c|m)ts"
77
],

.xo-config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
},
5151
},
5252
{
53-
files: 'test-d/**',
53+
files: 'test-types/**',
5454
rules: {
5555
'ava/assertion-arguments': 'off',
5656
'ava/no-ignored-test-files': 'off',

ava.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default { // eslint-disable-line import/no-anonymous-default-export
22
files: ['test/**', '!test/**/{fixtures,helpers}/**'],
3-
ignoredByWatcher: ['{coverage,docs,media,test-d,test-tap}/**'],
3+
ignoredByWatcher: ['{coverage,docs,media,test-types,test-tap}/**'],
44
environmentVariables: {
55
AVA_FAKE_SCM_ROOT: '.fake-root', // This is an internal test flag.
66
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)