Skip to content

Commit d8025a0

Browse files
committed
Update to README.md
1 parent 27be8bf commit d8025a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ Work-In-Progress!
88
## Testing it
99

1010
There is a branch in angular-schema-form called `feature/webpack-babel` that integrates the core.
11-
To use it rougly follow these steps:
11+
To use it roughly follow these steps:
1212

1313
* Get angular-schema-form and switch to branch `feature/webpack-babel`
1414
* `npm install` to install dependencies, this will install json-schema-form-core as well
1515
* `npm run build` to build with the core.
1616
* Use dist/schema-form.js, now with core. *No need to also load ObjectPath since it is already included*
1717

18+
## Tests
19+
Tests are written in mocha + chai and run trough `npm test`.
1820

1921
## Notes
2022
* ObjectPath is bundled with json-schema-form-core

0 commit comments

Comments
 (0)