Skip to content

Commit

Permalink
Update test instructions to current available tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeschbe committed Jul 16, 2018
1 parent b1ad8b6 commit 2d5a9c6
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This repository contains the source code for the formal specification of the XDM

## Current Version

XDM is at version `0.91`. You can find more about our versioning in [docs/introduction.md](docs/introduction.md#versioning)
XDM is at version `0.9.3`.

You can find more about our versioning in [docs/introduction.md](docs/introduction.md#versioning)

## Read the XDM Spec

Expand Down Expand Up @@ -63,19 +65,12 @@ From the root directory of the local repository run:
$ npm install
$ npm test

> xdm-models@0.0.1 test /Users/lars/Code/models
> sh validate.sh

Validating schemas/common/eventenvelope.example.1.json against schemas/common/eventenvelope.schema.json
schemas/common/eventenvelope.example.1.json valid
Validating schemas/common/eventenvelope.example.2.json against schemas/common/eventenvelope.schema.json
schemas/common/eventenvelope.example.2.json valid
Validating schemas/common/eventenvelope.example.3.json against schemas/common/eventenvelope.schema.json
schemas/common/eventenvelope.example.3.json valid
Validating schemas/common/eventenvelope.example.4.json against schemas/common/eventenvelope.schema.json
schemas/common/eventenvelope.example.4.json valid
Validating schemas/common/eventenvelope.example.5.json against schemas/common/eventenvelope.schema.json
schemas/common/eventenvelope.example.5.json valid
> xdm@0.9.3 test /Users/fmeschbe/src/platform/xdm
> mocha
...

$ npm run lint
...
```

If you see warnings or error messages (or an non-zero exit code), fix them before making a pull request.
Expand Down

0 comments on commit 2d5a9c6

Please sign in to comment.