Skip to content

Commit

Permalink
chore: typescript -> ts
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Nov 23, 2023
1 parent 285f4ed commit 346e43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ First, add the following lines to `deno.json`:

Then you can use MSW as follows:

```typescript
```ts
import { http, HttpResponse } from "msw";
import { setupServer } from "msw/node";
import { expect } from "$fresh-testing-library/expect.ts";
Expand Down

0 comments on commit 346e43b

Please sign in to comment.