# Pact Web and RequireJS example See https://stackoverflow.com/questions/43990716/karma-jasmine-pact-js-example-using-requirejs/44170373#44170373 for background ## Code Your working tree should look like: ``` ├── js │   ├── client-spec.js │   ├── client.js │   └── publish.js ├── karma.conf.js ├── package.json └── test-main.js ``` ## Running ``` npm i npm run test:client ```