Skip to content

Commit

Permalink
Use JSON encoding for e2e fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout authored Feb 6, 2025
1 parent 46356ad commit a898b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/identity/existent-cell-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Example file used as part of the end to end suite

## Scenario

```js { id=01HER3GA0RQKJETKK5X5PPRTB4 }
```js {"id":"01HER3GA0RQKJETKK5X5PPRTB4"}
console.log("Hello via Shebang")
```
2 changes: 1 addition & 1 deletion tests/fixtures/identity/existent-doc-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Example file used as part of the end to end suite

## Scenario

```js { name=foo }
```js {"name":"foo"}
console.log("Run scripts via Shebang!")
```

0 comments on commit a898b42

Please sign in to comment.