This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d19a39
commit 4fccb36
Showing
12 changed files
with
92 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
require('@adonisjs/require-ts/build/register') | ||
|
||
const { configure } = require('japa') | ||
|
||
configure({ | ||
files: ['test/**/*.spec.ts'], | ||
}) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Contributing | ||
|
||
We love pull requests. And following this guidelines will make your pull request easier to merge | ||
|
||
## Prerequisites | ||
|
||
- Install [EditorConfig](http://editorconfig.org/) plugin for your code editor to make sure it uses correct settings. | ||
- Fork the repository and clone your fork. | ||
- Install dependencies: `npm install`. | ||
|
||
## Coding style | ||
|
||
We make use of [standard](https://standardjs.com/) to lint our code. Standard does not need a config file and comes with set of non-configurable rules. | ||
|
||
## Development work-flow | ||
|
||
Always make sure to lint and test your code before pushing it to the GitHub. | ||
|
||
```bash | ||
npm test | ||
``` | ||
|
||
Just lint the code | ||
|
||
```bash | ||
npm run lint | ||
``` | ||
|
||
**Make sure you add sufficient tests for the change**. | ||
|
||
## Other notes | ||
|
||
- Do not change version number inside the `package.json` file. | ||
- Do not update `CHANGELOG.md` file. | ||
|
||
## Need help? | ||
|
||
Feel free to ask. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters