Skip to content

Commit c3bf78b

Browse files
authored
[CSL 731] Util Tests (#147)
* Initial tests * Add more tests * Add babel plugin transform runtime for async await and update throwHttpError test * Add tests around rest of utils * Fix imports on spec files * Add/update tests * Remove only * Change should to Should and add new test around applyNetworkTimeout
1 parent 4de17db commit c3bf78b

File tree

5 files changed

+623
-802
lines changed

5 files changed

+623
-802
lines changed

.babelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"presets": ["@babel/preset-env"]
2+
"presets": ["@babel/preset-env"],
3+
"plugins": ["@babel/plugin-transform-runtime"]
34
}

0 commit comments

Comments
 (0)