- Test only 1 function which is in utils2.c
- Because is not inlude nano sdk
- Move zemu's into functional folder
- Change path of zemu's test in CI and Makefile
19 lines
244 B
Plaintext
19 lines
244 B
Plaintext
{
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-flow"
|
|
],
|
|
}
|