1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-15 07:32:19 +09:00

feat(api): add test

This commit is contained in:
2019-08-14 19:55:28 +09:00
parent 0fdab750c4
commit fc034bc2bb
8 changed files with 3999 additions and 21 deletions

10
api/.babelrc Normal file
View File

@@ -0,0 +1,10 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": { "node": "current" }
}
]
]
}