fixup tests

This commit is contained in:
Brian Ng
2018-04-19 09:17:33 -05:00
parent 29db23ed87
commit 0cd868a5f2
9 changed files with 47 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
{
"plugins": ["external-helpers", "transform-function-name", "transform-classes", "proposal-decorators", "transform-modules-commonjs"]
"plugins": [
"external-helpers",
"transform-function-name",
"transform-classes",
["proposal-decorators", { "legacy": true }],
"transform-modules-commonjs"
]
}

View File

@@ -1,3 +1,9 @@
{
"plugins": ["external-helpers", "transform-function-name", "transform-modules-commonjs", "transform-classes", "proposal-decorators"]
"plugins": [
"external-helpers",
"transform-function-name",
"transform-modules-commonjs",
"transform-classes",
["proposal-decorators", { "legacy": true }]
]
}

View File

@@ -1,3 +1,9 @@
{
"plugins": ["external-helpers", "transform-function-name", "transform-modules-commonjs", "transform-classes", "proposal-decorators"]
"plugins": [
"external-helpers",
"transform-function-name",
"transform-modules-commonjs",
"transform-classes",
["proposal-decorators", { "legacy": true }]
]
}

View File

@@ -1,3 +1,8 @@
{
"plugins": ["external-helpers", "transform-function-name", "transform-classes", "proposal-decorators"]
"plugins": [
"external-helpers",
"transform-function-name",
"transform-classes",
["proposal-decorators", { "legacy": true }]
]
}