Reorganize tests; camelCase plugin name

This commit is contained in:
Peeyush Kushwaha
2017-06-18 01:25:54 +05:30
parent b5e23835ce
commit 38c417e971
17 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
{
"plugins": ["decorators-stage-2", "classProperties"],
"plugins": ["decoratorsStage2", "classProperties"],
"throws": "Unexpected token (2:12)"
}

View File

@@ -1,4 +1,4 @@
{
"plugins": ["decorators-stage-2", "classProperties"],
"plugins": ["decoratorsStage2", "classProperties"],
"throws": "Stage 2 decorators may only be used with a class or a class method (2:6)"
}

View File

@@ -1,4 +1,4 @@
{
"plugins": ["classProperties", "decorators-stage-2"],
"plugins": ["classProperties", "decoratorsStage2"],
"throws": "Stage 2 decorators may only be used with a class or a class method (2:7)"
}

View File

@@ -1,3 +1,3 @@
{
"plugins": ["decorators-stage-2"]
"plugins": ["decoratorsStage2"]
}