Skip to content

Commit

Permalink
Add mocha+wallaby tests
Browse files Browse the repository at this point in the history
eventually the feature tests should be removed and most of our tests should become unit tests that are runnable from the command line or via wallaby.

npm run tdd will enable using mocha's command line tdd capability
  • Loading branch information
Piotr Puszkiewicz committed Mar 5, 2018
1 parent b0118cd commit 9139c51
Show file tree
Hide file tree
Showing 11 changed files with 374 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
|Master|Release|
|:--:|:--:|
|[![Master Build Status](https://travis-ci.org/OmniSharp/omnisharp-vscode.svg?branch=master)](https://travis-ci.org/OmniSharp/omnisharp-vscode)|[![Release Build Status](https://travis-ci.org/OmniSharp/omnisharp-vscode.svg?branch=release)](https://travis-ci.org/OmniSharp/omnisharp-vscode)|
[![Wallaby.js](https://img.shields.io/badge/wallaby.js-configured-green.svg)](https://wallabyjs.com)

Welcome to the C# extension for Visual Studio Code! This preview provides the following features inside VS Code:

Expand Down
5 changes: 5 additions & 0 deletions mocha.opts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--ui tdd
--require source-map-support/register
--require ts-node/register

test/unitTests/**/*.test.@(ts|tsx)
Loading

0 comments on commit 9139c51

Please sign in to comment.