Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Oct 20, 2024
1 parent f5bb47d commit 2afd8e8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions npm/sovra/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Sovra

### Rust-based Test Decider for JavaScript using Oxc

Speed up your monorepo pipeline by only running the tests affected by your code diff.
Expand All @@ -11,10 +12,10 @@ Speed up your monorepo pipeline by only running the tests affected by your code

## Features

* **TypeScript** support, including path aliases
* **Configurable** resolver, with support for extensions, export conditions and more
* **High performance** because it is **written in Rust** using Oxc
* Easy to use with **Node API**
- **TypeScript** support, including path aliases
- **Configurable** resolver, with support for extensions, export conditions and more
- **High performance** because it is **written in Rust** using Oxc
- Easy to use with **Node API**

## Installation

Expand Down Expand Up @@ -73,7 +74,7 @@ cargo test
Imports using variables or expressions are not supported as they can only be determined during runtime:

```ts
requre(process.env.SOME_VAR + ".js"); //
require(process.env.SOME_VAR + ".js"); //
import(`./file.${platform}.mjs`); //
```

Expand Down

0 comments on commit 2afd8e8

Please sign in to comment.