Skip to content

software-shokunin/FruitShopTestKata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shokunin FruitShop Example

You'll need NPM installed - for all new to Node folks, see http://blog.teamtreehouse.com/install-node-js-npm-mac

The repo has two folders js - jsvsacript (install and run, see below) cs - C# test examples using Moq and Rhino Mocks strict mocks (runnable but no install required / Visual Studio)

Install using

cd js npm install

Run tests using

npm run test

And that's it, so far!

ES6 Gotchas

SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode

Check you have the .babelrc file included (installs the ES2015 plugin)

About

FruitShop Testing Kata and Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published