Skip to content

WycliffeAssociates/fake-xrm

Folders and files

NameName
Last commit message
Last commit date
Oct 20, 2017
Oct 8, 2017
Oct 8, 2017
Oct 8, 2017
Oct 8, 2017
Oct 10, 2017
Oct 20, 2017
Oct 8, 2017
Oct 11, 2017
Oct 9, 2017
Oct 8, 2017

Repository files navigation

This project is experimental

Setting up for local development

  1. Install dependencies
yarn install
// or
npm i
  1. Run the tests
npm t
  1. Write unit tests for your code

  2. Write your code to pass the tests

  3. Goto step 3

Using built module locally

  1. Build the module
npm start
  1. In your project root, run npm i -D <folder>, where <folder> is a path to this project.

  2. Import and use it.

  3. If you make changes after this, you'll have to repeat from step 1 plus uninstalling the package before step 2

npm uninstall fake-xrm
npm i -D <folder>

About

Mocking framework for client-side Dynamics365

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published