tests.ts 324 B

123456789101112131415161718
  1. /**
  2. * Contract source: https://bit.ly/3DP1ypf
  3. *
  4. * Feel free to let us know via PR, if you find something broken in this contract
  5. * file.
  6. */
  7. import '@japa/runner'
  8. declare module '@japa/runner' {
  9. interface TestContext {
  10. // Extend context
  11. }
  12. interface Test<TestData> {
  13. // Extend test
  14. }
  15. }