Skip to content

Commit

Permalink
Merge pull request #29 from zazuko/to-string-format
Browse files Browse the repository at this point in the history
feat: Dataset#serialize
  • Loading branch information
tpluscode authored Oct 24, 2023
2 parents 8586bf7 + 6569465 commit fc72380
Show file tree
Hide file tree
Showing 11 changed files with 1,321 additions and 2,015 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-waves-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zazuko/env": minor
---

Added a `serialize` method to dataset
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
node-version: 20
- run: npm install
- run: npx c8 --reporter lcovonly --reporter text wsrun --no-prefix -mc test
- run: npx c8 --reporter lcovonly --reporter text npm test
- name: Codecov
uses: codecov/codecov-action@v3

Expand Down
Loading

0 comments on commit fc72380

Please sign in to comment.