Skip to content

Commit 0879307

Browse files
author
Piotr Puszkiewicz
authored
Add mocha+wallaby tests (#2091)
* Add mocha+wallaby tests 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 * Fix `tdd` command * Fix test paths
1 parent 74c8e6b commit 0879307

File tree

11 files changed

+375
-15
lines changed

11 files changed

+375
-15
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
|:--:|:--:|
55
|[![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)|
66

7+
[![Wallaby.js](https://img.shields.io/badge/wallaby.js-configured-green.svg)](https://wallabyjs.com)
8+
79
Welcome to the C# extension for Visual Studio Code! This preview provides the following features inside VS Code:
810

911
* Lightweight development tools for [.NET Core](https://dotnet.github.io).

mocha.opts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
--ui tdd
2+
--require source-map-support/register
3+
--require ts-node/register
4+
5+
test/unitTests/**/*.test.@(ts|tsx)

0 commit comments

Comments
 (0)