Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
Format, prepare for release, run tests
  • Loading branch information
FC5570 committed May 3, 2024
1 parent 2f1ad6f commit 6db0929
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 39 deletions.
57 changes: 24 additions & 33 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,35 +1,26 @@
{
"projectName": "hypixel.ts",
"projectOwner": "hypixelts",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"skipCi": true,
"contributors": [
{
"login": "FC5570",
"name": "FC",
"avatar_url": "https://avatars.githubusercontent.com/u/68158483?v=4",
"profile": "https://fc5570.me/",
"contributions": [
"code",
"ideas",
"maintenance",
"projectManagement"
]
},
{
"login": "chriscn",
"name": "Christopher Nethercott",
"avatar_url": "https://avatars.githubusercontent.com/u/25829276?v=4",
"profile": "https://github.com/chriscn",
"contributions": [
"code"
]
}
],
"repoType": "github"
"projectName": "hypixel.ts",
"projectOwner": "hypixelts",
"files": ["README.md"],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"skipCi": true,
"contributors": [
{
"login": "FC5570",
"name": "FC",
"avatar_url": "https://avatars.githubusercontent.com/u/68158483?v=4",
"profile": "https://fc5570.me/",
"contributions": ["code", "ideas", "maintenance", "projectManagement"]
},
{
"login": "chriscn",
"name": "Christopher Nethercott",
"avatar_url": "https://avatars.githubusercontent.com/u/25829276?v=4",
"profile": "https://github.com/chriscn",
"contributions": ["code"]
}
],
"repoType": "github"
}
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
- name: Install Dependencies
run: yarn install --immutable

# Waiting for API key approval

# - name: Run Tests
# run: yarn coverage
- name: Run Tests
run: yarn coverage

- name: Build
run: yarn build
3 changes: 1 addition & 2 deletions src/tests/managers/SkyBlockManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ test('SkyBlockManager.fetchPlayerSkyBlockProfiles returns player profiles', asyn
});

test('SkyBlockManager.fetchBingoData returns bingo data', async ({ client }) => {
const { events } = await client.skyblock.fetchBingoData('20ff3b4fbeae437c968d90d18e9293cc');
console.log(events);
const { events } = await client.skyblock.fetchBingoData('b872d5ac77034de6ab58f61482ea281f');
expect(events).toBeInstanceOf(Array);
});

Expand Down

0 comments on commit 6db0929

Please sign in to comment.