Skip to content

Commit 715a7f5

Browse files
authored
Merge pull request #4 from kimuraz/tests
💚 Add tests to ApiList
2 parents 491c7c3 + caab761 commit 715a7f5

File tree

9 files changed

+12819
-1572
lines changed

9 files changed

+12819
-1572
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dist/
44
npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
7-
test/unit/coverage
7+
coverage/
88

99
# Editor directories and files
1010
.editorconfig

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ cache:
88
- "node_modules"
99

1010
install:
11-
- npm install
1211
- yarn install
1312

1413
jobs:
1514
include:
1615
- stage: 'lint'
17-
script: npm run lint
16+
script: yarn run lint
17+
- state: 'test'
18+
script: yarn run test
1819
- stage: 'build'
19-
script: npm build
20+
script: yarn build

0 commit comments

Comments
 (0)