Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-javascript
Commits
b5ff7390
Unverified
Commit
b5ff7390
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
docs: include local setup and test in readme
parent
be220d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
README.md
README.md
+18
-1
No files found.
README.md
View file @
b5ff7390
...
...
@@ -16,7 +16,24 @@ An axios library. Axios is included as a dev dependency to run the tests.
I've not installed it as a runtime dependency because in nuxt you need to
use @nuxtjs/axios instead.
## Install
## Setup
```
yarn install
```
## Test
The tests are written in
[
cucumber
](
https://cucumber.io/docs/installation/javascript/
)
This means we can have a common suite of
[
gherkin
](
https://github.com/cucumber/gherkin
)
tests across adapter ports written in multiple languages.
```
yarn test
```
## Installing in your project
### Yarn
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment