Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from NicolasOmar/lesson/unit-testing-for-graphql
Browse files Browse the repository at this point in the history
Lesson #3 | Create a unit test suite
  • Loading branch information
NicolasOmar authored Jan 26, 2022
2 parents 37e68d0 + 70ad18f commit 2340a9b
Show file tree
Hide file tree
Showing 29 changed files with 33,935 additions and 2,795 deletions.
5 changes: 4 additions & 1 deletion 1-exercises/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"presets": [
"env"
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-runtime"
]
}
Loading

0 comments on commit 2340a9b

Please sign in to comment.