Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #43 from joshwcomeau/fix-tests
Browse files Browse the repository at this point in the history
Launch prep
  • Loading branch information
joshwcomeau committed Jul 12, 2018
2 parents 130f1a4 + 572bcf3 commit 2e25fba
Show file tree
Hide file tree
Showing 12 changed files with 19,939 additions and 251 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
.*/node_modules/electron-packager/test/fixtures/infer-malformed-json/package.json

[include]

Expand Down
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm run package

The result will be in the `release-builds` folder.

### Testing and Linting
### Testing and Type-Checking

Unfortunately, very little of Guppy is currently tested.

Expand All @@ -54,6 +54,12 @@ We hope to add more tests in the meantime, as well as add CI integration to run
npm run test
```

This project uses Flow, and the types can be checked with:

```
npm run flow
```

This project uses Prettier, this should be run automatically on commit.

### Docs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Want to help build Guppy? This is the biggest missing feature right now, and con

### Installation

To use Guppy, you'll first need to have a modern version of Node (a Javascript runtime) installed. [Download Node](https://nodejs.org/en/download/current/).
To use Guppy, you'll first need to have a modern version of Node (a Javascript runtime) installed. [Download Node](https://nodejs.org/en/download/current/). The "Current" version is recommended over LTS due to a bug in NPM 5.6.0 that can corrupt dependencies.

Once Node is installed, you can [download Guppy]() (TODO: Add link).

Expand Down
4 changes: 0 additions & 4 deletions TODO.md

This file was deleted.

Loading

0 comments on commit 2e25fba

Please sign in to comment.