-
Notifications
You must be signed in to change notification settings - Fork 45
OASP4FnTesting
CORP\dalfonso edited this page Jun 23, 2017
·
21 revisions
Table of Contents
In this chapter we are going to learn how to tests applications in OASP4Fn using the mocha framework and the chai assertion library.
As the title says in this section we’re going to specify the global dependencies that we need to run our tests, that only are the test framework and the typescript interpreter:
yarn global add mocha
yarn global add ts-node
No more dependencies are needed, because we start our project with the oasp4fn application template and the local part of the test dependencies are specified as dev-dependencies at the package.json.
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International).