We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27be8bf commit d8025a0Copy full SHA for d8025a0
README.md
@@ -8,13 +8,15 @@ Work-In-Progress!
8
## Testing it
9
10
There is a branch in angular-schema-form called `feature/webpack-babel` that integrates the core.
11
-To use it rougly follow these steps:
+To use it roughly follow these steps:
12
13
* Get angular-schema-form and switch to branch `feature/webpack-babel`
14
* `npm install` to install dependencies, this will install json-schema-form-core as well
15
* `npm run build` to build with the core.
16
* Use dist/schema-form.js, now with core. *No need to also load ObjectPath since it is already included*
17
18
+## Tests
19
+Tests are written in mocha + chai and run trough `npm test`.
20
21
## Notes
22
* ObjectPath is bundled with json-schema-form-core
0 commit comments