Skip to content

Commit

Permalink
Merge pull request #111 from grafana/110-add-smoke-test
Browse files Browse the repository at this point in the history
Add smoke test
  • Loading branch information
szkiba authored Dec 18, 2024
2 parents d2a7f91 + 76b8d65 commit b9882ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions releases/v1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
xk6-sql `v1.0.1` is here 🎉!

This release includes:

- A `smoke.test.js` file has been added for smoke testing after the build. The `k6lint`'s `smoke` checker expects a smoke test file.
3 changes: 3 additions & 0 deletions smoke.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import "k6/x/sql";

export default function () {}

0 comments on commit b9882ca

Please sign in to comment.