Skip to content

Commit 9a4ad4b

Browse files
authored
tests: move testbeds (#1464)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9a43436 commit 9a4ad4b

File tree

191 files changed

+42
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+42
-23
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ updates:
55
- package-ecosystem: 'npm'
66
directories:
77
- '/'
8-
- '/tools/code-style/'
9-
- '/tools/test-dependencies/'
8+
- '/tools/*/'
109
schedule:
1110
interval: 'weekly'
1211
day: 'saturday'

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default [
9494
'docs/.venv/',
9595
'examples/**/dist/',
9696
'tools/',
97-
'tests/integration/*/'
97+
'tests/_testbeds/'
9898
],
9999
},
100100
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"prebuild": "node -r fs -e 'fs.rmSync(\"dist\",{recursive:true,force:true})'",
110110
"build": "tsc -b ./tsconfig.json",
111111
"build-dev": "npm run -- build --sourceMap",
112-
"setup-tests": "node tests/integration/setup.js",
112+
"setup-tests": "node tests/setup.js",
113113
"test": "run-p --aggregate-output -lc 'test:*'",
114114
"test:jest": "c8 jest",
115115
"test:lint": "tsc --noEmit",

tests/_testbeds/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* linguist-vendored
2+
** linguist-vendored

tests/integration/feature-issue1344-no-detect/.gitignore renamed to tests/_testbeds/feature-issue1344-no-detect/.gitignore

File renamed without changes.
File renamed without changes.

tests/integration/feature-issue1344-no-detect/README.md renamed to tests/_testbeds/feature-issue1344-no-detect/README.md

tests/integration/feature-issue1344-no-detect/package-lock.json renamed to tests/_testbeds/feature-issue1344-no-detect/package-lock.json

File renamed without changes.

tests/integration/feature-issue1344-no-detect/package.json renamed to tests/_testbeds/feature-issue1344-no-detect/package.json

File renamed without changes.

tests/integration/feature-issue1344-no-detect/src/index.js renamed to tests/_testbeds/feature-issue1344-no-detect/src/index.js

File renamed without changes.

0 commit comments

Comments
 (0)