Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit e3efdeb

Browse files
committed
[test] Update fixtures to those of relay v6
1 parent 83962d2 commit e3efdeb

20 files changed

+1451
-97
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prettier": "prettier --write '{src,types,test}/**/*.ts'",
3939
"prepublish": "npm run build",
4040
"relay": "node bin/relay-compiler.js --schema test/schema.graphql --src test/ --outputDir __generated__",
41-
"sync-fixtures": "rsync -avh --delete --stats --progress ../relay/packages/relay-compiler/language/javascript/__tests__/fixtures/flow-generator/*.graphql test/fixtures/type-generator",
41+
"sync-fixtures": "rsync -avh --delete --stats --progress ../relay/packages/relay-compiler/language/javascript/__tests__/fixtures/flow-generator/**/*.graphql test/fixtures/type-generator",
4242
"test": "npm run type-check && jest",
4343
"type-check": "tsc --noEmit --pretty"
4444
},

0 commit comments

Comments
 (0)