0.0.43 • Published 4 months ago

tracked-tests-nextjs v0.0.43

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
github
Last release
4 months ago

Tracked Tests for NextJs

This package enables Tracked Tests functionality for NextJs backends. To read more about benefits of Tracked Tests, refer: https://github.com/awarelabshq/tracked-tests#tracked-tests

To use this package:

Install the library via npm:

npm install tracked-tests-nextjs

Update your pages/api handlers to utilize the TrackedTestMiddleware:

...

export default TrackedTestsMiddleware(yourApiHandler);

0.0.41

4 months ago

0.0.42

4 months ago

0.0.43

4 months ago

0.0.4

5 months ago

0.0.37

7 months ago

0.0.36

7 months ago

0.0.35

7 months ago

0.0.34

7 months ago

0.0.33

7 months ago

0.0.32

7 months ago

0.0.31

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago