Skip to content

Commit 2579c1e

Browse files
authored
fix(test): add missing config_test_exclude.yaml fixture (#17)
The test `Config > LoadConfig > loads a config file with skip_queries` was failing because this fixture file was never committed. Co-authored-by: Svetlin Ralchev <iamralch@users.noreply.github.com>
1 parent 1b5dfe7 commit 2579c1e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: "2"
2+
sql:
3+
- schema: "schema/migration"
4+
queries: "ent/query"
5+
engine: "postgresql"
6+
skip_queries:
7+
- "DeleteUser"
8+
- "UpdateAuditLog"
9+
- "GetUserByEmail"

0 commit comments

Comments
 (0)