-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/recursive-generics
- Loading branch information
Showing
17 changed files
with
286 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"id":"756c5f8d-be26-43fc-8831-0a12df4c972e.json","initialDate":"2020-01-11T17:17:58.333Z","lastUpdatedDate":"2020-01-16T00:31:39.270Z","typesProcessed":9999},{"id":"9749238a-cba9-4abd-9fac-f9d0d4ef90e3.json","initialDate":"2020-01-17T20:34:24.904Z","lastUpdatedDate":"2020-02-01T00:40:31.064Z","typesProcessed":9999},{"id":"45e2213b-fa9c-40d1-b066-89413f063ee3.json","initialDate":"2020-02-01T17:11:06.944Z","lastUpdatedDate":"2020-03-07T00:20:59.201Z","typesProcessed":6549},{"id":"532444dd-7414-42ad-8d30-3da2d2e6c9af.json","initialDate":"2020-03-08T08:08:21.638Z","lastUpdatedDate":"2020-03-17T00:55:23.522Z","typesProcessed":9999},{"id":"59fcd50b-ad93-43d9-8777-45cf4cb83abe.json","initialDate":"2020-03-29T00:47:04.041Z","lastUpdatedDate":"2020-05-10T00:20:06.743Z","typesProcessed":6744},{"id":"6dafe6a4-fd96-4cee-a280-2ef999b957ac.json","initialDate":"2020-05-11T00:52:07.109Z","lastUpdatedDate":"2020-06-17T00:33:39.118Z","typesProcessed":6850},{"id":"a4b17491-a90a-4eb8-97e7-f58c8ddbc538.json","initialDate":"2020-06-18T00:57:32.208Z","lastUpdatedDate":"2020-06-20T00:57:16.555Z","typesProcessed":1500}] | ||
[{"id":"756c5f8d-be26-43fc-8831-0a12df4c972e.json","initialDate":"2020-01-11T17:17:58.333Z","lastUpdatedDate":"2020-01-16T00:31:39.270Z","typesProcessed":9999},{"id":"9749238a-cba9-4abd-9fac-f9d0d4ef90e3.json","initialDate":"2020-01-17T20:34:24.904Z","lastUpdatedDate":"2020-02-01T00:40:31.064Z","typesProcessed":9999},{"id":"45e2213b-fa9c-40d1-b066-89413f063ee3.json","initialDate":"2020-02-01T17:11:06.944Z","lastUpdatedDate":"2020-03-07T00:20:59.201Z","typesProcessed":6549},{"id":"532444dd-7414-42ad-8d30-3da2d2e6c9af.json","initialDate":"2020-03-08T08:08:21.638Z","lastUpdatedDate":"2020-03-17T00:55:23.522Z","typesProcessed":9999},{"id":"59fcd50b-ad93-43d9-8777-45cf4cb83abe.json","initialDate":"2020-03-29T00:47:04.041Z","lastUpdatedDate":"2020-05-10T00:20:06.743Z","typesProcessed":6744},{"id":"6dafe6a4-fd96-4cee-a280-2ef999b957ac.json","initialDate":"2020-05-11T00:52:07.109Z","lastUpdatedDate":"2020-06-17T00:33:39.118Z","typesProcessed":6850},{"id":"a4b17491-a90a-4eb8-97e7-f58c8ddbc538.json","initialDate":"2020-06-18T00:57:32.208Z","lastUpdatedDate":"2020-06-26T00:57:26.736Z","typesProcessed":4500}] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
module.exports = { | ||
plugins: [ | ||
`gatsby-plugin-sass`, | ||
`gatsby-plugin-offline`, | ||
{ | ||
resolve: `gatsby-plugin-google-analytics`, | ||
options: { | ||
trackingId: "UA-37077972-4", | ||
head: false | ||
}, | ||
} | ||
] | ||
plugins: [ | ||
`gatsby-plugin-sass`, | ||
`gatsby-plugin-offline`, | ||
{ | ||
resolve: `gatsby-plugin-google-analytics`, | ||
options: { | ||
trackingId: "UA-37077972-4", | ||
head: false | ||
}, | ||
} | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
export const TsAutoMockCopy = { | ||
title: "Typescript transformer to create mocks for any types", | ||
title: "TypeScript transformer to create mocks for any type", | ||
homeButton: "Get Started", | ||
apiButton: "API Documentation", | ||
slack: "Need help? Join us on Slack", | ||
features: { | ||
real: { | ||
title: "Real mocks", | ||
description: "The creation of the mocks is done during typescript compilation, it will preserve all the types information" | ||
title: "Real Mocks", | ||
description: "The creation of mocks is done during TypeScript compilation and preserves all type information." | ||
}, | ||
extendible: { | ||
title: "Extendible", | ||
description: "This library can be used with any testing framework. You can provide your own implementation" | ||
description: "This library can be used with any testing framework. You can even provide your own implementation!" | ||
}, | ||
typeSafety: { | ||
title: "Type Safety", | ||
description: "No more casting to any to get your spy or your mock. This library provides a mechanism to get your spies and persists the types" | ||
description: "No more casting to `any' to get your spy or mock. This library provides a mechanism to inject your spies while preserving their types." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.