You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,15 @@
1
1
# Mocha VS Code Extension
2
2
3
-
This a community Mocha extension for VS Code enabling developers to run and debug tests right within VS Code using the built-in test explorer.
3
+
This a community Visual Studio Code extension for enabling developers to run and debug[Mocha](https://mochajs.org/) tests right within VS Code using the built-in test explorer.
4
4
5
5
> [!NOTE]
6
-
> This extension is in a fairly early development stage but mostly functional. We soon
7
-
> will start to publish some pre-release versions to the VS Code Extension gallery.
8
-
>
9
-
> Follow our progress at https://github.com/orgs/CoderLine/projects/15/views/1
10
-
>
11
-
> Please provide feedback and discuss improvements over at https://github.com/CoderLine/mocha-vscode/discussions
6
+
> This extension is in a fairly early development stage but mostly functional. But watch out for any bugs 😉
7
+
>
8
+
> Please provide feedback and discuss improvements over at https://github.com/CoderLine/mocha-vscode/discussions and https://github.com/CoderLine/mocha-vscode/issues
12
9
13
10
## Getting Started
14
11
15
-
Please follow the [general Mocha documentation](https://mochajs.org/) to initially set up tests using the command line. Then, [install this extension](https://marketplace.visualstudio.com/items?itemName=mocha.mocha-vscode).
12
+
To get started follow the [general Mocha documentation](https://mochajs.org/) to set up testing for your project using the Mocha command line. Then, [install this extension](https://marketplace.visualstudio.com/items?itemName=coderline.mocha-vscode).
16
13
17
14
This extension automatically discovers and works with the `.mocharc.js/cjs/yaml/yml/json/jsonc` files found in your workspace. It requires minimal to no extra configuration. It works by looking at test files in your JavaScript and TypeScript code.
0 commit comments