Skip to content

Commit

Permalink
Package
Browse files Browse the repository at this point in the history
  • Loading branch information
marissamarym committed Apr 6, 2022
1 parent 6f6b322 commit 61af328
Show file tree
Hide file tree
Showing 5 changed files with 17,301 additions and 271 deletions.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from 'axios'
import {sendReleaseNotification} from '../src/send-release-notification'
import sinon from 'sinon'
import {expect, test} from '@jest/globals'
import {release} from './fixtures/release'
import {release} from '../src/fixtures/release'

beforeEach(() => {
sinon.stub(axios, 'post').resolvesArg(1)
Expand Down
Loading

0 comments on commit 61af328

Please sign in to comment.