Skip to content

Commit

Permalink
Merge pull request #3528 from mhmdanas/remove-git-io-usages
Browse files Browse the repository at this point in the history
Remove git.io usages
  • Loading branch information
developit authored Apr 28, 2022
2 parents b4cc82a + 6891dc1 commit 6098c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/browser/components.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ describe('Components', () => {
});

it("should render components that don't pass args into the Component constructor (unistore pattern)", () => {
// Pattern unistore uses for connect: https://git.io/fxRqu
// Pattern unistore uses for connect: https://github.com/developit/unistore/blob/1df7cf60ac6fa1a70859d745fbaea7ea3f1b8d30/src/integrations/preact.js#L23
function Wrapper() {
instance = this;
this.state = STATE;
Expand Down Expand Up @@ -440,7 +440,7 @@ describe('Components', () => {
});

it("should render components that don't inherit from Component (unistore pattern)", () => {
// Pattern unistore uses for Provider: https://git.io/fxRqR
// Pattern unistore uses for Provider: https://github.com/developit/unistore/blob/1df7cf60ac6fa1a70859d745fbaea7ea3f1b8d30/src/integrations/preact.js#L59
function Provider() {
instance = this;
this.state = STATE;
Expand Down

0 comments on commit 6098c41

Please sign in to comment.