Skip to content

Commit

Permalink
Fix testing, add note
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebelung-Dev committed Mar 17, 2024
1 parent 780e18d commit 5ca016b
Show file tree
Hide file tree
Showing 6 changed files with 422 additions and 219 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dist-ssr
build
build-ssr
*.local
.tsimp

# Editor directories and files
.vscode/*
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Themes can be configured from the [/src/themes.json](https://github.com/cognetwo
}
```

## Issues
Using older versions of Node.js will cause Metallic to crash. Upgrade to the latest version using `nvm install --lts`.

## Changelog/Roadmap
Check out the [changelog and roadmap](https://github.com/cognetwork-dev/Metallic/blob/main/CHANGELOG.md)

Expand Down
8 changes: 1 addition & 7 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
export default {
files: ['tests/**/*'],
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--import=tsimp"
]
files: ['tests/**/*']
}
Loading

0 comments on commit 5ca016b

Please sign in to comment.