Skip to content

Commit fd5a64a

Browse files
chore(ops): add generated test mod stub
1 parent abbfb8b commit fd5a64a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/target
88
/dist
99
/jco.sh
10+
crates/jco/tests/generated.rs
1011

1112
# Typescript
1213
/src/**/*.d.ts

crates/jco/tests/generated.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// NOTE: this file will be overwritten by test generation, but is included in the repo
2+
// to enable `cargo fmt` to run smoothly at all times (even when tests have not been generated)

0 commit comments

Comments
 (0)