Skip to content

Commit

Permalink
fix(): run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 28, 2020
1 parent 23fa7d6 commit bac36ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/code-first/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { RecipesModule } from './recipes/recipes.module';
GraphQLModule.forRoot({
debug: false,
installSubscriptionHandlers: true,
autoSchemaFile: 'tests/dir/schema.gql',
autoSchemaFile: true,
}),
],
})
Expand Down
2 changes: 1 addition & 1 deletion tests/jest-e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": "code-first.spec.ts$",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
Expand Down

0 comments on commit bac36ee

Please sign in to comment.