Skip to content

Commit

Permalink
Merge pull request #4 from Nabcellent/red.dev
Browse files Browse the repository at this point in the history
Updates readme
  • Loading branch information
Nabcellent committed Mar 9, 2023
2 parents 0e08cd3 + d77384c commit 4963ceb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ dist-ssr
.pnp.*

y.hide
src/server.ts
src/server.ts

/coverage
coverage.*
4 changes: 2 additions & 2 deletions src/repositories/__tests__/balance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Balance } from "../balance";

let websms: WebSms, balance: Balance, makeRequest: SpyInstance;

describe('sms', () => {
describe('balance', () => {
beforeAll(() => {
websms = new WebSms({
apiKey: "apiKey",
Expand Down Expand Up @@ -43,4 +43,4 @@ describe('sms', () => {
})
});
})
})
})

0 comments on commit 4963ceb

Please sign in to comment.