Skip to content

Commit

Permalink
Update docs/advanced/testing.it.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Toffoloni <[email protected]>
  • Loading branch information
fpseverino and ptoffy authored Apr 6, 2024
1 parent 2e3e058 commit f38ad99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/testing.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
)
```

Dopo di che, aggiungi `import XCTVapor` in cima ai file dei tuoi test. Crea classe che estendono `XCTestCase` per scrivere dei test.
Dopodiché, aggiungi `import XCTVapor` in cima ai file dei tuoi test. Per scrivere dei test, crea classi che estendono `XCTestCase`.

```swift
import XCTVapor
Expand Down

0 comments on commit f38ad99

Please sign in to comment.