Skip to content

Commit 03deb39

Browse files
authored
Move dev-test -> dev-test/general as the first step before making it a workspace project (dotansimha#10836)
1 parent b93c374 commit 03deb39

152 files changed

Lines changed: 342 additions & 338 deletions

File tree

Some content is hidden

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

.prettierignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
dev-test/githunt-invalid/invalid.graphql
21
packages/graphql-codegen-cli/tests/test-documents/invalid-schema.graphql
32
packages/presets/gql-tag-operations/tests/fixtures/crlf-operation.ts
43
dist/
@@ -37,5 +36,6 @@ packages/graphql-codegen-cli/tests/test-files/schema-dir/error-schema.graphql
3736
packages/graphql-codegen-cli/tests/test-files/error-document.graphql
3837

3938
# Ignore dev-tests with no prettier requirement
40-
dev-test/test-schema/flow-types.flow.js
39+
dev-test/general/githunt-invalid/invalid.graphql
40+
dev-test/general/test-schema/flow-types.flow.js
4141
dev-test-apollo-tooling/src/__generated__/

dev-test-outer-dir/githunt/current-user.query.graphql

Lines changed: 0 additions & 8 deletions
This file was deleted.

dev-test/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev-test/codegen.ts

Lines changed: 0 additions & 312 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# When running `pnpm dev-test:watch`, updating this file should trigger rebuild,
2+
# even though it's "outside" of the CWD of `dev-test/general/codegen.ts`
3+
query CurrentUserForProfileFromOutsideDirectory {
4+
currentUser {
5+
login
6+
avatar_url
7+
}
8+
}

dev-test-outer-dir/githunt/nothing-should-use-this-query.graphql renamed to dev-test/general-outer-dir/githunt/nothing-should-use-this-query.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This file should be excluded by all dev-test/codegen.ts patterns that otherwise
2-
# include files from dev-test-outer-dir, so that when running `pnpm watch:examples`,
1+
# This file should be excluded by all dev-test/general/codegen.ts patterns that otherwise
2+
# include files from dev-test-outer-dir, so that when running `pnpm dev-test:watch`,
33
# updating this file should _never_ trigger rebuild
44
query NothingShouldUseThisQuery {
55
currentUser {

dev-test/general/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SCHEMA_PATH=./dev-test/general/test-schema/schema.graphql
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)