mongoose-data-seed
Version:
Seed mongodb with data using mongoose models
51,415 lines • 1.34 MB
JSON
{
"type": "File",
"start": 0,
"end": 5201,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 200,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 5201,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 200,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 23
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 7,
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 11
}
},
"local": {
"type": "Identifier",
"start": 7,
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "test"
},
"name": "test"
}
}
],
"source": {
"type": "StringLiteral",
"start": 17,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 22
}
},
"extra": {
"rawValue": "ava",
"raw": "'ava'"
},
"value": "ava"
}
},
{
"type": "ImportDeclaration",
"start": 24,
"end": 50,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 26
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 31,
"end": 36,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
},
"local": {
"type": "Identifier",
"start": 31,
"end": 36,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
},
"identifierName": "sinon"
},
"name": "sinon"
}
}
],
"source": {
"type": "StringLiteral",
"start": 42,
"end": 49,
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 25
}
},
"extra": {
"rawValue": "sinon",
"raw": "'sinon'"
},
"value": "sinon"
}
},
{
"type": "ImportDeclaration",
"start": 52,
"end": 121,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 69
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 61,
"end": 72,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 20
}
},
"imported": {
"type": "Identifier",
"start": 61,
"end": 72,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 20
},
"identifierName": "mockImports"
},
"name": "mockImports"
},
"local": {
"type": "Identifier",
"start": 61,
"end": 72,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 20
},
"identifierName": "mockImports"
},
"name": "mockImports"
}
},
{
"type": "ImportSpecifier",
"start": 74,
"end": 86,
"loc": {
"start": {
"line": 4,
"column": 22
},
"end": {
"line": 4,
"column": 34
}
},
"imported": {
"type": "Identifier",
"start": 74,
"end": 86,
"loc": {
"start": {
"line": 4,
"column": 22
},
"end": {
"line": 4,
"column": 34
},
"identifierName": "resetImports"
},
"name": "resetImports"
},
"local": {
"type": "Identifier",
"start": 74,
"end": 86,
"loc": {
"start": {
"line": 4,
"column": 22
},
"end": {
"line": 4,
"column": 34
},
"identifierName": "resetImports"
},
"name": "resetImports"
}
}
],
"source": {
"type": "StringLiteral",
"start": 94,
"end": 120,
"loc": {
"start": {
"line": 4,
"column": 42
},
"end": {
"line": 4,
"column": 68
}
},
"extra": {
"rawValue": "../../utils/test-helpers",
"raw": "'../../utils/test-helpers'"
},
"value": "../../utils/test-helpers"
}
},
{
"type": "ImportDeclaration",
"start": 123,
"end": 198,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 75
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 130,
"end": 139,
"loc": {
"start": {
"line": 6,
"column": 7
},
"end": {
"line": 6,
"column": 16
}
},
"local": {
"type": "Identifier",
"start": 130,
"end": 139,
"loc": {
"start": {
"line": 6,
"column": 7
},
"end": {
"line": 6,
"column": 16
},
"identifierName": "RunLogger"
},
"name": "RunLogger"
}
},
{
"type": "ImportSpecifier",
"start": 143,
"end": 175,
"loc": {
"start": {
"line": 6,
"column": 20
},
"end": {
"line": 6,
"column": 52
}
},
"imported": {
"type": "Identifier",
"start": 143,
"end": 156,
"loc": {
"start": {
"line": 6,
"column": 20
},
"end": {
"line": 6,
"column": 33
},
"identifierName": "__RewireAPI__"
},
"name": "__RewireAPI__"
},
"local": {
"type": "Identifier",
"start": 160,
"end": 175,
"loc": {
"start": {
"line": 6,
"column": 37
},
"end": {
"line": 6,
"column": 52
},
"identifierName": "moduleRewireAPI"
},
"name": "moduleRewireAPI"
}
}
],
"source": {
"type": "StringLiteral",
"start": 183,
"end": 197,
"loc": {
"start": {
"line": 6,
"column": 60
},
"end": {
"line": 6,
"column": 74
}
},
"extra": {
"rawValue": "./run-logger",
"raw": "'./run-logger'"
},
"value": "./run-logger"
}
},
{
"type": "VariableDeclaration",
"start": 200,
"end": 392,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 18,
"column": 2
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 206,
"end": 391,
"loc": {
"start": {
"line": 8,
"column": 6
},
"end": {
"line": 18,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 206,
"end": 224,
"loc": {
"start": {
"line": 8,
"column": 6
},
"end": {
"line": 8,
"column": 24
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"init": {
"type": "ArrowFunctionExpression",
"start": 227,
"end": 391,
"loc": {
"start": {
"line": 8,
"column": 27
},
"end": {
"line": 18,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 206,
"end": 224,
"loc": {
"start": {
"line": 8,
"column": 6
},
"end": {
"line": 8,
"column": 24
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 233,
"end": 391,
"loc": {
"start": {
"line": 8,
"column": 33
},
"end": {
"line": 18,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 237,
"end": 268,
"loc": {
"start": {
"line": 9,
"column": 2
},
"end": {
"line": 9,
"column": 33
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 243,
"end": 267,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 32
}
},
"id": {
"type": "Identifier",
"start": 243,
"end": 249,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "NewExpression",
"start": 252,
"end": 267,
"loc": {
"start": {
"line": 9,
"column": 17
},
"end": {
"line": 9,
"column": 32
}
},
"callee": {
"type": "Identifier",
"start": 256,
"end": 265,
"loc": {
"start": {
"line": 9,
"column": 21
},
"end": {
"line": 9,
"column": 30
},
"identifierName": "RunLogger"
},
"name": "RunLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 272,
"end": 371,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 15,
"column": 4
}
},
"expression": {
"type": "AssignmentExpression",
"start": 272,
"end": 370,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 15,
"column": 3
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 272,
"end": 286,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 11,
"column": 16
}
},
"object": {
"type": "Identifier",
"start": 272,
"end": 278,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 11,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 279,
"end": 286,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 16
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"right": {
"type": "ObjectExpression",
"start": 289,
"end": 370,
"loc": {
"start": {
"line": 11,
"column": 19
},
"end": {
"line": 15,
"column": 3
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 295,
"end": 314,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 295,
"end": 300,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 9
},
"identifierName": "start"
},
"name": "start"
},
"value": {
"type": "CallExpression",
"start": 302,
"end": 314,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 302,
"end": 312,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 302,
"end": 307,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 16
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 308,
"end": 312,
"loc": {
"start": {
"line": 12,
"column": 17
},
"end": {
"line": 12,
"column": 21
},
"identifierName": "stub"
},
"name": "stub"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ObjectProperty",
"start": 320,
"end": 338,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 320,
"end": 324,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 8
},
"identifierName": "stop"
},
"name": "stop"
},
"value": {
"type": "CallExpression",
"start": 326,
"end": 338,
"loc": {
"start": {
"line": 13,
"column": 10
},
"end": {
"line": 13,
"column": 22
}
},
"callee": {
"type": "MemberExpression",
"start": 326,
"end": 336,
"loc": {
"start": {
"line": 13,
"column": 10
},
"end": {
"line": 13,
"column": 20
}
},
"object": {
"type": "Identifier",
"start": 326,
"end": 331,
"loc": {
"start": {
"line": 13,
"column": 10
},
"end": {
"line": 13,
"column": 15
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 332,
"end": 336,
"loc": {
"start": {
"line": 13,
"column": 16
},
"end": {
"line": 13,
"column": 20
},
"identifierName": "stub"
},
"name": "stub"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ObjectProperty",
"start": 344,
"end": 365,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 25
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 344,
"end": 351,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 11
},
"identifierName": "message"
},
"name": "message"
},
"value": {
"type": "CallExpression",
"start": 353,
"end": 365,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 25
}
},
"callee": {
"type": "MemberExpression",
"start": 353,
"end": 363,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 353,
"end": 358,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 18
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 359,
"end": 363,
"loc": {
"start": {
"line": 14,
"column": 19
},
"end": {
"line": 14,
"column": 23
},
"identifierName": "stub"
},
"name": "stub"
},
"computed": false
},
"arguments": []
}
}
]
}
}
},
{
"type": "ReturnStatement",
"start": 375,
"end": 389,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 17,
"column": 16
}
},
"argument": {
"type": "Identifier",
"start": 382,
"end": 388,
"loc": {
"start": {
"line": 17,
"column": 9
},
"end": {
"line": 17,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
}
}
],
"directives": []
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 394,
"end": 604,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 30,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 394,
"end": 603,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 30,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 394,
"end": 409,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 20,
"column": 15
}
},
"object": {
"type": "Identifier",
"start": 394,
"end": 398,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 20,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 399,
"end": 409,
"loc": {
"start": {
"line": 20,
"column": 5
},
"end": {
"line": 20,
"column": 15
},
"identifierName": "beforeEach"
},
"name": "beforeEach"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 410,
"end": 424,
"loc": {
"start": {
"line": 20,
"column": 16
},
"end": {
"line": 20,
"column": 30
}
},
"extra": {
"rawValue": "mock imports",
"raw": "'mock imports'"
},
"value": "mock imports"
},
{
"type": "ArrowFunctionExpression",
"start": 426,
"end": 602,
"loc": {
"start": {
"line": 20,
"column": 32
},
"end": {
"line": 30,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 426,
"end": 427,
"loc": {
"start": {
"line": 20,
"column": 32
},
"end": {
"line": 20,
"column": 33
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 431,
"end": 602,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 30,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 435,
"end": 492,
"loc": {
"start": {
"line": 21,
"column": 2
},
"end": {
"line": 23,
"column": 4
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 441,
"end": 491,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 23,
"column": 3
}
},
"id": {
"type": "Identifier",
"start": 441,
"end": 446,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 13
},
"identifierName": "mocks"
},
"name": "mocks"
},
"init": {
"type": "ObjectExpression",
"start": 449,
"end": 491,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 23,
"column": 3
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 455,
"end": 486,
"loc": {
"start": {
"line": 22,
"column": 4
},
"end": {
"line": 22,
"column": 35
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 455,
"end": 459,
"loc": {
"start": {
"line": 22,
"column": 4
},
"end": {
"line": 22,
"column": 8
},
"identifierName": "clui"
},
"name": "clui"
},
"value": {
"type": "ObjectExpression",
"start": 461,
"end": 486,
"loc": {
"start": {
"line": 22,
"column": 10
},
"end": {
"line": 22,
"column": 35
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 463,
"end": 484,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 33
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 463,
"end": 470,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 19
},
"identifierName": "Spinner"
},
"name": "Spinner"
},
"value": {
"type": "CallExpression",
"start": 472,
"end": 484,
"loc": {
"start": {
"line": 22,
"column": 21
},
"end": {
"line": 22,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 472,
"end": 482,
"loc": {
"start": {
"line": 22,
"column": 21
},
"end": {
"line": 22,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 472,
"end": 477,
"loc": {
"start": {
"line": 22,
"column": 21
},
"end": {
"line": 22,
"column": 26
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 478,
"end": 482,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 31
},
"identifierName": "stub"
},
"name": "stub"
},
"computed": false
},
"arguments": []
}
}
]
}
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 496,
"end": 518,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 25,
"column": 24
}
},
"expression": {
"type": "AssignmentExpression",
"start": 496,
"end": 517,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 25,
"column": 23
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 496,
"end": 505,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 25,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 496,
"end": 497,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 25,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 498,
"end": 505,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 11
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"right": {
"type": "ObjectExpression",
"start": 508,
"end": 517,
"loc": {
"start": {
"line": 25,
"column": 14
},
"end": {
"line": 25,
"column": 23
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 510,
"end": 515,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 21
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 510,
"end": 515,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 21
},
"identifierName": "mocks"
},
"name": "mocks"
},
"value": {
"type": "Identifier",
"start": 510,
"end": 515,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 21
},
"identifierName": "mocks"
},
"name": "mocks"
},
"extra": {
"shorthand": true
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 522,
"end": 562,
"loc": {
"start": {
"line": 27,
"column": 2
},
"end": {
"line": 27,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 522,
"end": 561,
"loc": {
"start": {
"line": 27,
"column": 2
},
"end": {
"line": 27,
"column": 41
}
},
"callee": {
"type": "Identifier",
"start": 522,
"end": 533,
"loc": {
"start": {
"line": 27,
"column": 2
},
"end": {
"line": 27,
"column": 13
},
"identifierName": "mockImports"
},
"name": "mockImports"
},
"arguments": [
{
"type": "ObjectExpression",
"start": 534,
"end": 560,
"loc": {
"start": {
"line": 27,
"column": 14
},
"end": {
"line": 27,
"column": 40
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 536,
"end": 551,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 31
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 536,
"end": 551,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 31
},
"identifierName": "moduleRewireAPI"
},
"name": "moduleRewireAPI"
},
"value": {
"type": "Identifier",
"start": 536,
"end": 551,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 31
},
"identifierName": "moduleRewireAPI"
},
"name": "moduleRewireAPI"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 553,
"end": 558,
"loc": {
"start": {
"line": 27,
"column": 33
},
"end": {
"line": 27,
"column": 38
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 553,
"end": 558,
"loc": {
"start": {
"line": 27,
"column": 33
},
"end": {
"line": 27,
"column": 38
},
"identifierName": "mocks"
},
"name": "mocks"
},
"value": {
"type": "Identifier",
"start": 553,
"end": 558,
"loc": {
"start": {
"line": 27,
"column": 33
},
"end": {
"line": 27,
"column": 38
},
"identifierName": "mocks"
},
"name": "mocks"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 566,
"end": 600,
"loc": {
"start": {
"line": 29,
"column": 2
},
"end": {
"line": 29,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 566,
"end": 599,
"loc": {
"start": {
"line": 29,
"column": 2
},
"end": {
"line": 29,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 566,
"end": 576,
"loc": {
"start": {
"line": 29,
"column": 2
},
"end": {
"line": 29,
"column": 12
}
},
"object": {
"type": "Identifier",
"start": 566,
"end": 571,
"loc": {
"start": {
"line": 29,
"column": 2
},
"end": {
"line": 29,
"column": 7
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 572,
"end": 576,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
},
"identifierName": "stub"
},
"name": "stub"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 577,
"end": 591,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 577,
"end": 583,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 19
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 584,
"end": 591,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 27
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 593,
"end": 598,
"loc": {
"start": {
"line": 29,
"column": 29
},
"end": {
"line": 29,
"column": 34
}
},
"extra": {
"rawValue": "log",
"raw": "'log'"
},
"value": "log"
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 606,
"end": 784,
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 38,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 606,
"end": 783,
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 38,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 606,
"end": 627,
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 32,
"column": 21
}
},
"object": {
"type": "MemberExpression",
"start": 606,
"end": 620,
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 32,
"column": 14
}
},
"object": {
"type": "Identifier",
"start": 606,
"end": 610,
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 32,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 611,
"end": 620,
"loc": {
"start": {
"line": 32,
"column": 5
},
"end": {
"line": 32,
"column": 14
},
"identifierName": "afterEach"
},
"name": "afterEach"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 621,
"end": 627,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 21
},
"identifierName": "always"
},
"name": "always"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 628,
"end": 644,
"loc": {
"start": {
"line": 32,
"column": 22
},
"end": {
"line": 32,
"column": 38
}
},
"extra": {
"rawValue": "unmock imports",
"raw": "'unmock imports'"
},
"value": "unmock imports"
},
{
"type": "ArrowFunctionExpression",
"start": 646,
"end": 782,
"loc": {
"start": {
"line": 32,
"column": 40
},
"end": {
"line": 38,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 646,
"end": 647,
"loc": {
"start": {
"line": 32,
"column": 40
},
"end": {
"line": 32,
"column": 41
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 651,
"end": 782,
"loc": {
"start": {
"line": 32,
"column": 45
},
"end": {
"line": 38,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 655,
"end": 700,
"loc": {
"start": {
"line": 33,
"column": 2
},
"end": {
"line": 33,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 661,
"end": 699,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 661,
"end": 668,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 15
},
"identifierName": "imports"
},
"name": "imports"
},
"init": {
"type": "CallExpression",
"start": 671,
"end": 699,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 671,
"end": 682,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 671,
"end": 677,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 24
},
"identifierName": "Object"
},
"name": "Object"
},
"property": {
"type": "Identifier",
"start": 678,
"end": 682,
"loc": {
"start": {
"line": 33,
"column": 25
},
"end": {
"line": 33,
"column": 29
},
"identifierName": "keys"
},
"name": "keys"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 683,
"end": 698,
"loc": {
"start": {
"line": 33,
"column": 30
},
"end": {
"line": 33,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 683,
"end": 692,
"loc": {
"start": {
"line": 33,
"column": 30
},
"end": {
"line": 33,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 683,
"end": 684,
"loc": {
"start": {
"line": 33,
"column": 30
},
"end": {
"line": 33,
"column": 31
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 685,
"end": 692,
"loc": {
"start": {
"line": 33,
"column": 32
},
"end": {
"line": 33,
"column": 39
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 693,
"end": 698,
"loc": {
"start": {
"line": 33,
"column": 40
},
"end": {
"line": 33,
"column": 45
},
"identifierName": "mocks"
},
"name": "mocks"
},
"computed": false
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 704,
"end": 747,
"loc": {
"start": {
"line": 35,
"column": 2
},
"end": {
"line": 35,
"column": 45
}
},
"expression": {
"type": "CallExpression",
"start": 704,
"end": 746,
"loc": {
"start": {
"line": 35,
"column": 2
},
"end": {
"line": 35,
"column": 44
}
},
"callee": {
"type": "Identifier",
"start": 704,
"end": 716,
"loc": {
"start": {
"line": 35,
"column": 2
},
"end": {
"line": 35,
"column": 14
},
"identifierName": "resetImports"
},
"name": "resetImports"
},
"arguments": [
{
"type": "ObjectExpression",
"start": 717,
"end": 745,
"loc": {
"start": {
"line": 35,
"column": 15
},
"end": {
"line": 35,
"column": 43
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 719,
"end": 734,
"loc": {
"start": {
"line": 35,
"column": 17
},
"end": {
"line": 35,
"column": 32
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 719,
"end": 734,
"loc": {
"start": {
"line": 35,
"column": 17
},
"end": {
"line": 35,
"column": 32
},
"identifierName": "moduleRewireAPI"
},
"name": "moduleRewireAPI"
},
"value": {
"type": "Identifier",
"start": 719,
"end": 734,
"loc": {
"start": {
"line": 35,
"column": 17
},
"end": {
"line": 35,
"column": 32
},
"identifierName": "moduleRewireAPI"
},
"name": "moduleRewireAPI"
},
"extra": {
"shorthand": true
}
},
{
"type": "ObjectProperty",
"start": 736,
"end": 743,
"loc": {
"start": {
"line": 35,
"column": 34
},
"end": {
"line": 35,
"column": 41
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 736,
"end": 743,
"loc": {
"start": {
"line": 35,
"column": 34
},
"end": {
"line": 35,
"column": 41
},
"identifierName": "imports"
},
"name": "imports"
},
"value": {
"type": "Identifier",
"start": 736,
"end": 743,
"loc": {
"start": {
"line": 35,
"column": 34
},
"end": {
"line": 35,
"column": 41
},
"identifierName": "imports"
},
"name": "imports"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 751,
"end": 780,
"loc": {
"start": {
"line": 37,
"column": 2
},
"end": {
"line": 37,
"column": 31
}
},
"expression": {
"type": "CallExpression",
"start": 751,
"end": 779,
"loc": {
"start": {
"line": 37,
"column": 2
},
"end": {
"line": 37,
"column": 30
}
},
"callee": {
"type": "MemberExpression",
"start": 751,
"end": 777,
"loc": {
"start": {
"line": 37,
"column": 2
},
"end": {
"line": 37,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 751,
"end": 769,
"loc": {
"start": {
"line": 37,
"column": 2
},
"end": {
"line": 37,
"column": 20
}
},
"object": {
"type": "MemberExpression",
"start": 751,
"end": 765,
"loc": {
"start": {
"line": 37,
"column": 2
},
"end": {
"line": 37,
"column": 16
}
},
"object": {
"type": "Identifier",
"start": 751,
"end": 757,
"loc": {
"start": {
"line": 37,
"column": 2
},
"end": {
"line": 37,
"column": 8
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 758,
"end": 765,
"loc": {
"start": {
"line": 37,
"column": 9
},
"end": {
"line": 37,
"column": 16
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 766,
"end": 769,
"loc": {
"start": {
"line": 37,
"column": 17
},
"end": {
"line": 37,
"column": 20
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 770,
"end": 777,
"loc": {
"start": {
"line": 37,
"column": 21
},
"end": {
"line": 37,
"column": 28
},
"identifierName": "restore"
},
"name": "restore"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 786,
"end": 928,
"loc": {
"start": {
"line": 40,
"column": 0
},
"end": {
"line": 44,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 786,
"end": 927,
"loc": {
"start": {
"line": 40,
"column": 0
},
"end": {
"line": 44,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 786,
"end": 797,
"loc": {
"start": {
"line": 40,
"column": 0
},
"end": {
"line": 40,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 786,
"end": 790,
"loc": {
"start": {
"line": 40,
"column": 0
},
"end": {
"line": 40,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 791,
"end": 797,
"loc": {
"start": {
"line": 40,
"column": 5
},
"end": {
"line": 40,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 798,
"end": 835,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 49
}
},
"extra": {
"rawValue": "Should create a run-logger instance",
"raw": "'Should create a run-logger instance'"
},
"value": "Should create a run-logger instance"
},
{
"type": "ArrowFunctionExpression",
"start": 837,
"end": 926,
"loc": {
"start": {
"line": 40,
"column": 51
},
"end": {
"line": 44,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 837,
"end": 838,
"loc": {
"start": {
"line": 40,
"column": 51
},
"end": {
"line": 40,
"column": 52
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 842,
"end": 926,
"loc": {
"start": {
"line": 40,
"column": 56
},
"end": {
"line": 44,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 846,
"end": 877,
"loc": {
"start": {
"line": 41,
"column": 2
},
"end": {
"line": 41,
"column": 33
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 852,
"end": 876,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 32
}
},
"id": {
"type": "Identifier",
"start": 852,
"end": 858,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "NewExpression",
"start": 861,
"end": 876,
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 32
}
},
"callee": {
"type": "Identifier",
"start": 865,
"end": 874,
"loc": {
"start": {
"line": 41,
"column": 21
},
"end": {
"line": 41,
"column": 30
},
"identifierName": "RunLogger"
},
"name": "RunLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 881,
"end": 924,
"loc": {
"start": {
"line": 43,
"column": 2
},
"end": {
"line": 43,
"column": 45
}
},
"expression": {
"type": "CallExpression",
"start": 881,
"end": 923,
"loc": {
"start": {
"line": 43,
"column": 2
},
"end": {
"line": 43,
"column": 44
}
},
"callee": {
"type": "MemberExpression",
"start": 881,
"end": 885,
"loc": {
"start": {
"line": 43,
"column": 2
},
"end": {
"line": 43,
"column": 6
}
},
"object": {
"type": "Identifier",
"start": 881,
"end": 882,
"loc": {
"start": {
"line": 43,
"column": 2
},
"end": {
"line": 43,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 883,
"end": 885,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 6
},
"identifierName": "is"
},
"name": "is"
},
"computed": false
},
"arguments": [
{
"type": "UnaryExpression",
"start": 886,
"end": 910,
"loc": {
"start": {
"line": 43,
"column": 7
},
"end": {
"line": 43,
"column": 31
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 893,
"end": 910,
"loc": {
"start": {
"line": 43,
"column": 14
},
"end": {
"line": 43,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 893,
"end": 899,
"loc": {
"start": {
"line": 43,
"column": 14
},
"end": {
"line": 43,
"column": 20
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 900,
"end": 910,
"loc": {
"start": {
"line": 43,
"column": 21
},
"end": {
"line": 43,
"column": 31
},
"identifierName": "asObserver"
},
"name": "asObserver"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
{
"type": "StringLiteral",
"start": 912,
"end": 922,
"loc": {
"start": {
"line": 43,
"column": 33
},
"end": {
"line": 43,
"column": 43
}
},
"extra": {
"rawValue": "function",
"raw": "'function'"
},
"value": "function"
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 930,
"end": 1139,
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 53,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 930,
"end": 1138,
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 53,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 930,
"end": 941,
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 46,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 930,
"end": 934,
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 46,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 935,
"end": 941,
"loc": {
"start": {
"line": 46,
"column": 5
},
"end": {
"line": 46,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 942,
"end": 966,
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 36
}
},
"extra": {
"rawValue": "Should return observer",
"raw": "'Should return observer'"
},
"value": "Should return observer"
},
{
"type": "ArrowFunctionExpression",
"start": 968,
"end": 1137,
"loc": {
"start": {
"line": 46,
"column": 38
},
"end": {
"line": 53,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 968,
"end": 969,
"loc": {
"start": {
"line": 46,
"column": 38
},
"end": {
"line": 46,
"column": 39
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 973,
"end": 1137,
"loc": {
"start": {
"line": 46,
"column": 43
},
"end": {
"line": 53,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 977,
"end": 1008,
"loc": {
"start": {
"line": 47,
"column": 2
},
"end": {
"line": 47,
"column": 33
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 983,
"end": 1007,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 32
}
},
"id": {
"type": "Identifier",
"start": 983,
"end": 989,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "NewExpression",
"start": 992,
"end": 1007,
"loc": {
"start": {
"line": 47,
"column": 17
},
"end": {
"line": 47,
"column": 32
}
},
"callee": {
"type": "Identifier",
"start": 996,
"end": 1005,
"loc": {
"start": {
"line": 47,
"column": 21
},
"end": {
"line": 47,
"column": 30
},
"identifierName": "RunLogger"
},
"name": "RunLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1012,
"end": 1049,
"loc": {
"start": {
"line": 49,
"column": 2
},
"end": {
"line": 49,
"column": 39
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1018,
"end": 1048,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 38
}
},
"id": {
"type": "Identifier",
"start": 1018,
"end": 1026,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 16
},
"identifierName": "observer"
},
"name": "observer"
},
"init": {
"type": "CallExpression",
"start": 1029,
"end": 1048,
"loc": {
"start": {
"line": 49,
"column": 19
},
"end": {
"line": 49,
"column": 38
}
},
"callee": {
"type": "MemberExpression",
"start": 1029,
"end": 1046,
"loc": {
"start": {
"line": 49,
"column": 19
},
"end": {
"line": 49,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 1029,
"end": 1035,
"loc": {
"start": {
"line": 49,
"column": 19
},
"end": {
"line": 49,
"column": 25
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1036,
"end": 1046,
"loc": {
"start": {
"line": 49,
"column": 26
},
"end": {
"line": 49,
"column": 36
},
"identifierName": "asObserver"
},
"name": "asObserver"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1053,
"end": 1092,
"loc": {
"start": {
"line": 51,
"column": 2
},
"end": {
"line": 51,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 1053,
"end": 1091,
"loc": {
"start": {
"line": 51,
"column": 2
},
"end": {
"line": 51,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 1053,
"end": 1057,
"loc": {
"start": {
"line": 51,
"column": 2
},
"end": {
"line": 51,
"column": 6
}
},
"object": {
"type": "Identifier",
"start": 1053,
"end": 1054,
"loc": {
"start": {
"line": 51,
"column": 2
},
"end": {
"line": 51,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1055,
"end": 1057,
"loc": {
"start": {
"line": 51,
"column": 4
},
"end": {
"line": 51,
"column": 6
},
"identifierName": "is"
},
"name": "is"
},
"computed": false
},
"arguments": [
{
"type": "UnaryExpression",
"start": 1058,
"end": 1078,
"loc": {
"start": {
"line": 51,
"column": 7
},
"end": {
"line": 51,
"column": 27
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 1065,
"end": 1078,
"loc": {
"start": {
"line": 51,
"column": 14
},
"end": {
"line": 51,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 1065,
"end": 1073,
"loc": {
"start": {
"line": 51,
"column": 14
},
"end": {
"line": 51,
"column": 22
},
"identifierName": "observer"
},
"name": "observer"
},
"property": {
"type": "Identifier",
"start": 1074,
"end": 1078,
"loc": {
"start": {
"line": 51,
"column": 23
},
"end": {
"line": 51,
"column": 27
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
{
"type": "StringLiteral",
"start": 1080,
"end": 1090,
"loc": {
"start": {
"line": 51,
"column": 29
},
"end": {
"line": 51,
"column": 39
}
},
"extra": {
"rawValue": "function",
"raw": "'function'"
},
"value": "function"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1095,
"end": 1135,
"loc": {
"start": {
"line": 52,
"column": 2
},
"end": {
"line": 52,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 1095,
"end": 1134,
"loc": {
"start": {
"line": 52,
"column": 2
},
"end": {
"line": 52,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 1095,
"end": 1099,
"loc": {
"start": {
"line": 52,
"column": 2
},
"end": {
"line": 52,
"column": 6
}
},
"object": {
"type": "Identifier",
"start": 1095,
"end": 1096,
"loc": {
"start": {
"line": 52,
"column": 2
},
"end": {
"line": 52,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1097,
"end": 1099,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 52,
"column": 6
},
"identifierName": "is"
},
"name": "is"
},
"computed": false
},
"arguments": [
{
"type": "UnaryExpression",
"start": 1100,
"end": 1121,
"loc": {
"start": {
"line": 52,
"column": 7
},
"end": {
"line": 52,
"column": 28
}
},
"operator": "typeof",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 1107,
"end": 1121,
"loc": {
"start": {
"line": 52,
"column": 14
},
"end": {
"line": 52,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 1107,
"end": 1115,
"loc": {
"start": {
"line": 52,
"column": 14
},
"end": {
"line": 52,
"column": 22
},
"identifierName": "observer"
},
"name": "observer"
},
"property": {
"type": "Identifier",
"start": 1116,
"end": 1121,
"loc": {
"start": {
"line": 52,
"column": 23
},
"end": {
"line": 52,
"column": 28
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
{
"type": "StringLiteral",
"start": 1123,
"end": 1133,
"loc": {
"start": {
"line": 52,
"column": 30
},
"end": {
"line": 52,
"column": 40
}
},
"extra": {
"rawValue": "function",
"raw": "'function'"
},
"value": "function"
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1141,
"end": 1438,
"loc": {
"start": {
"line": 55,
"column": 0
},
"end": {
"line": 65,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 1141,
"end": 1437,
"loc": {
"start": {
"line": 55,
"column": 0
},
"end": {
"line": 65,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 1141,
"end": 1152,
"loc": {
"start": {
"line": 55,
"column": 0
},
"end": {
"line": 55,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 1141,
"end": 1145,
"loc": {
"start": {
"line": 55,
"column": 0
},
"end": {
"line": 55,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 1146,
"end": 1152,
"loc": {
"start": {
"line": 55,
"column": 5
},
"end": {
"line": 55,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1153,
"end": 1188,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 47
}
},
"extra": {
"rawValue": "Should log MONGOOSE_CONNECT_START",
"raw": "'Should log MONGOOSE_CONNECT_START'"
},
"value": "Should log MONGOOSE_CONNECT_START"
},
{
"type": "ArrowFunctionExpression",
"start": 1190,
"end": 1436,
"loc": {
"start": {
"line": 55,
"column": 49
},
"end": {
"line": 65,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1190,
"end": 1191,
"loc": {
"start": {
"line": 55,
"column": 49
},
"end": {
"line": 55,
"column": 50
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 1195,
"end": 1436,
"loc": {
"start": {
"line": 55,
"column": 54
},
"end": {
"line": 65,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1199,
"end": 1235,
"loc": {
"start": {
"line": 56,
"column": 2
},
"end": {
"line": 56,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1205,
"end": 1234,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 1205,
"end": 1211,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 1214,
"end": 1234,
"loc": {
"start": {
"line": 56,
"column": 17
},
"end": {
"line": 56,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 1214,
"end": 1232,
"loc": {
"start": {
"line": 56,
"column": 17
},
"end": {
"line": 56,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1239,
"end": 1277,
"loc": {
"start": {
"line": 58,
"column": 2
},
"end": {
"line": 58,
"column": 40
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1245,
"end": 1276,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 39
}
},
"id": {
"type": "Identifier",
"start": 1245,
"end": 1249,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 12
},
"identifierName": "type"
},
"name": "type"
},
"init": {
"type": "StringLiteral",
"start": 1252,
"end": 1276,
"loc": {
"start": {
"line": 58,
"column": 15
},
"end": {
"line": 58,
"column": 39
}
},
"extra": {
"rawValue": "MONGOOSE_CONNECT_START",
"raw": "'MONGOOSE_CONNECT_START'"
},
"value": "MONGOOSE_CONNECT_START"
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1281,
"end": 1303,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 60,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 1281,
"end": 1302,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 60,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 1281,
"end": 1292,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 60,
"column": 13
}
},
"object": {
"type": "Identifier",
"start": 1281,
"end": 1287,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 60,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1288,
"end": 1292,
"loc": {
"start": {
"line": 60,
"column": 9
},
"end": {
"line": 60,
"column": 13
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 1293,
"end": 1301,
"loc": {
"start": {
"line": 60,
"column": 14
},
"end": {
"line": 60,
"column": 22
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1295,
"end": 1299,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 20
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1295,
"end": 1299,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "Identifier",
"start": 1295,
"end": 1299,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1307,
"end": 1346,
"loc": {
"start": {
"line": 62,
"column": 2
},
"end": {
"line": 62,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 1307,
"end": 1345,
"loc": {
"start": {
"line": 62,
"column": 2
},
"end": {
"line": 62,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 1307,
"end": 1313,
"loc": {
"start": {
"line": 62,
"column": 2
},
"end": {
"line": 62,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 1307,
"end": 1308,
"loc": {
"start": {
"line": 62,
"column": 2
},
"end": {
"line": 62,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1309,
"end": 1313,
"loc": {
"start": {
"line": 62,
"column": 4
},
"end": {
"line": 62,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1314,
"end": 1344,
"loc": {
"start": {
"line": 62,
"column": 9
},
"end": {
"line": 62,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 1314,
"end": 1333,
"loc": {
"start": {
"line": 62,
"column": 9
},
"end": {
"line": 62,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 1314,
"end": 1328,
"loc": {
"start": {
"line": 62,
"column": 9
},
"end": {
"line": 62,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 1314,
"end": 1320,
"loc": {
"start": {
"line": 62,
"column": 9
},
"end": {
"line": 62,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1321,
"end": 1328,
"loc": {
"start": {
"line": 62,
"column": 16
},
"end": {
"line": 62,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1329,
"end": 1333,
"loc": {
"start": {
"line": 62,
"column": 24
},
"end": {
"line": 62,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1334,
"end": 1344,
"loc": {
"start": {
"line": 62,
"column": 29
},
"end": {
"line": 62,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1349,
"end": 1391,
"loc": {
"start": {
"line": 63,
"column": 2
},
"end": {
"line": 63,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 1349,
"end": 1390,
"loc": {
"start": {
"line": 63,
"column": 2
},
"end": {
"line": 63,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 1349,
"end": 1355,
"loc": {
"start": {
"line": 63,
"column": 2
},
"end": {
"line": 63,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 1349,
"end": 1350,
"loc": {
"start": {
"line": 63,
"column": 2
},
"end": {
"line": 63,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1351,
"end": 1355,
"loc": {
"start": {
"line": 63,
"column": 4
},
"end": {
"line": 63,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1356,
"end": 1389,
"loc": {
"start": {
"line": 63,
"column": 9
},
"end": {
"line": 63,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1356,
"end": 1378,
"loc": {
"start": {
"line": 63,
"column": 9
},
"end": {
"line": 63,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 1356,
"end": 1370,
"loc": {
"start": {
"line": 63,
"column": 9
},
"end": {
"line": 63,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 1356,
"end": 1362,
"loc": {
"start": {
"line": 63,
"column": 9
},
"end": {
"line": 63,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1363,
"end": 1370,
"loc": {
"start": {
"line": 63,
"column": 16
},
"end": {
"line": 63,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1371,
"end": 1378,
"loc": {
"start": {
"line": 63,
"column": 24
},
"end": {
"line": 63,
"column": 31
},
"identifierName": "message"
},
"name": "message"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1379,
"end": 1389,
"loc": {
"start": {
"line": 63,
"column": 32
},
"end": {
"line": 63,
"column": 42
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1394,
"end": 1434,
"loc": {
"start": {
"line": 64,
"column": 2
},
"end": {
"line": 64,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 1394,
"end": 1433,
"loc": {
"start": {
"line": 64,
"column": 2
},
"end": {
"line": 64,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 1394,
"end": 1400,
"loc": {
"start": {
"line": 64,
"column": 2
},
"end": {
"line": 64,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 1394,
"end": 1395,
"loc": {
"start": {
"line": 64,
"column": 2
},
"end": {
"line": 64,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1396,
"end": 1400,
"loc": {
"start": {
"line": 64,
"column": 4
},
"end": {
"line": 64,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1401,
"end": 1432,
"loc": {
"start": {
"line": 64,
"column": 9
},
"end": {
"line": 64,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 1401,
"end": 1421,
"loc": {
"start": {
"line": 64,
"column": 9
},
"end": {
"line": 64,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 1401,
"end": 1415,
"loc": {
"start": {
"line": 64,
"column": 9
},
"end": {
"line": 64,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 1401,
"end": 1407,
"loc": {
"start": {
"line": 64,
"column": 9
},
"end": {
"line": 64,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1408,
"end": 1415,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1416,
"end": 1421,
"loc": {
"start": {
"line": 64,
"column": 24
},
"end": {
"line": 64,
"column": 29
},
"identifierName": "start"
},
"name": "start"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1422,
"end": 1432,
"loc": {
"start": {
"line": 64,
"column": 30
},
"end": {
"line": 64,
"column": 40
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1440,
"end": 1764,
"loc": {
"start": {
"line": 67,
"column": 0
},
"end": {
"line": 80,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 1440,
"end": 1763,
"loc": {
"start": {
"line": 67,
"column": 0
},
"end": {
"line": 80,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 1440,
"end": 1451,
"loc": {
"start": {
"line": 67,
"column": 0
},
"end": {
"line": 67,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 1440,
"end": 1444,
"loc": {
"start": {
"line": 67,
"column": 0
},
"end": {
"line": 67,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 1445,
"end": 1451,
"loc": {
"start": {
"line": 67,
"column": 5
},
"end": {
"line": 67,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1452,
"end": 1489,
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 49
}
},
"extra": {
"rawValue": "Should log MONGOOSE_CONNECT_SUCCESS",
"raw": "'Should log MONGOOSE_CONNECT_SUCCESS'"
},
"value": "Should log MONGOOSE_CONNECT_SUCCESS"
},
{
"type": "ArrowFunctionExpression",
"start": 1491,
"end": 1762,
"loc": {
"start": {
"line": 67,
"column": 51
},
"end": {
"line": 80,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1491,
"end": 1492,
"loc": {
"start": {
"line": 67,
"column": 51
},
"end": {
"line": 67,
"column": 52
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 1496,
"end": 1762,
"loc": {
"start": {
"line": 67,
"column": 56
},
"end": {
"line": 80,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1500,
"end": 1536,
"loc": {
"start": {
"line": 68,
"column": 2
},
"end": {
"line": 68,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1506,
"end": 1535,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 1506,
"end": 1512,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 1515,
"end": 1535,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 1515,
"end": 1533,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1540,
"end": 1580,
"loc": {
"start": {
"line": 70,
"column": 2
},
"end": {
"line": 70,
"column": 42
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1546,
"end": 1579,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 41
}
},
"id": {
"type": "Identifier",
"start": 1546,
"end": 1550,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 12
},
"identifierName": "type"
},
"name": "type"
},
"init": {
"type": "StringLiteral",
"start": 1553,
"end": 1579,
"loc": {
"start": {
"line": 70,
"column": 15
},
"end": {
"line": 70,
"column": 41
}
},
"extra": {
"rawValue": "MONGOOSE_CONNECT_SUCCESS",
"raw": "'MONGOOSE_CONNECT_SUCCESS'"
},
"value": "MONGOOSE_CONNECT_SUCCESS"
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1584,
"end": 1606,
"loc": {
"start": {
"line": 72,
"column": 2
},
"end": {
"line": 72,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 1584,
"end": 1605,
"loc": {
"start": {
"line": 72,
"column": 2
},
"end": {
"line": 72,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 1584,
"end": 1595,
"loc": {
"start": {
"line": 72,
"column": 2
},
"end": {
"line": 72,
"column": 13
}
},
"object": {
"type": "Identifier",
"start": 1584,
"end": 1590,
"loc": {
"start": {
"line": 72,
"column": 2
},
"end": {
"line": 72,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1591,
"end": 1595,
"loc": {
"start": {
"line": 72,
"column": 9
},
"end": {
"line": 72,
"column": 13
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 1596,
"end": 1604,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 72,
"column": 22
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1598,
"end": 1602,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 20
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 1598,
"end": 1602,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "Identifier",
"start": 1598,
"end": 1602,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1610,
"end": 1649,
"loc": {
"start": {
"line": 74,
"column": 2
},
"end": {
"line": 74,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 1610,
"end": 1648,
"loc": {
"start": {
"line": 74,
"column": 2
},
"end": {
"line": 74,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 1610,
"end": 1616,
"loc": {
"start": {
"line": 74,
"column": 2
},
"end": {
"line": 74,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 1610,
"end": 1611,
"loc": {
"start": {
"line": 74,
"column": 2
},
"end": {
"line": 74,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1612,
"end": 1616,
"loc": {
"start": {
"line": 74,
"column": 4
},
"end": {
"line": 74,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1617,
"end": 1647,
"loc": {
"start": {
"line": 74,
"column": 9
},
"end": {
"line": 74,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 1617,
"end": 1636,
"loc": {
"start": {
"line": 74,
"column": 9
},
"end": {
"line": 74,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 1617,
"end": 1631,
"loc": {
"start": {
"line": 74,
"column": 9
},
"end": {
"line": 74,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 1617,
"end": 1623,
"loc": {
"start": {
"line": 74,
"column": 9
},
"end": {
"line": 74,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1624,
"end": 1631,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1632,
"end": 1636,
"loc": {
"start": {
"line": 74,
"column": 24
},
"end": {
"line": 74,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1637,
"end": 1647,
"loc": {
"start": {
"line": 74,
"column": 29
},
"end": {
"line": 74,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1652,
"end": 1760,
"loc": {
"start": {
"line": 75,
"column": 2
},
"end": {
"line": 79,
"column": 4
}
},
"expression": {
"type": "CallExpression",
"start": 1652,
"end": 1759,
"loc": {
"start": {
"line": 75,
"column": 2
},
"end": {
"line": 79,
"column": 3
}
},
"callee": {
"type": "MemberExpression",
"start": 1652,
"end": 1658,
"loc": {
"start": {
"line": 75,
"column": 2
},
"end": {
"line": 75,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 1652,
"end": 1653,
"loc": {
"start": {
"line": 75,
"column": 2
},
"end": {
"line": 75,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1654,
"end": 1658,
"loc": {
"start": {
"line": 75,
"column": 4
},
"end": {
"line": 75,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 1664,
"end": 1755,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 78,
"column": 5
}
},
"callee": {
"type": "MemberExpression",
"start": 1664,
"end": 1693,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 1664,
"end": 1682,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 22
}
},
"object": {
"type": "MemberExpression",
"start": 1664,
"end": 1678,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 18
}
},
"object": {
"type": "Identifier",
"start": 1664,
"end": 1670,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 10
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 1671,
"end": 1678,
"loc": {
"start": {
"line": 76,
"column": 11
},
"end": {
"line": 76,
"column": 18
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1679,
"end": 1682,
"loc": {
"start": {
"line": 76,
"column": 19
},
"end": {
"line": 76,
"column": 22
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1683,
"end": 1693,
"loc": {
"start": {
"line": 76,
"column": 23
},
"end": {
"line": 76,
"column": 33
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 1701,
"end": 1749,
"loc": {
"start": {
"line": 77,
"column": 6
},
"end": {
"line": 77,
"column": 54
}
},
"callee": {
"type": "MemberExpression",
"start": 1701,
"end": 1712,
"loc": {
"start": {
"line": 77,
"column": 6
},
"end": {
"line": 77,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 1701,
"end": 1706,
"loc": {
"start": {
"line": 77,
"column": 6
},
"end": {
"line": 77,
"column": 11
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 1707,
"end": 1712,
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 17
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "RegExpLiteral",
"start": 1713,
"end": 1748,
"loc": {
"start": {
"line": 77,
"column": 18
},
"end": {
"line": 77,
"column": 53
}
},
"extra": {
"raw": "/Successfully connected to MongoDB/"
},
"pattern": "Successfully connected to MongoDB",
"flags": ""
}
]
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1766,
"end": 2041,
"loc": {
"start": {
"line": 82,
"column": 0
},
"end": {
"line": 90,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 1766,
"end": 2040,
"loc": {
"start": {
"line": 82,
"column": 0
},
"end": {
"line": 90,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 1766,
"end": 1777,
"loc": {
"start": {
"line": 82,
"column": 0
},
"end": {
"line": 82,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 1766,
"end": 1770,
"loc": {
"start": {
"line": 82,
"column": 0
},
"end": {
"line": 82,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 1771,
"end": 1777,
"loc": {
"start": {
"line": 82,
"column": 5
},
"end": {
"line": 82,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1778,
"end": 1810,
"loc": {
"start": {
"line": 82,
"column": 12
},
"end": {
"line": 82,
"column": 44
}
},
"extra": {
"rawValue": "Should log MONGOOSE_DROP_START",
"raw": "'Should log MONGOOSE_DROP_START'"
},
"value": "Should log MONGOOSE_DROP_START"
},
{
"type": "ArrowFunctionExpression",
"start": 1812,
"end": 2039,
"loc": {
"start": {
"line": 82,
"column": 46
},
"end": {
"line": 90,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1812,
"end": 1813,
"loc": {
"start": {
"line": 82,
"column": 46
},
"end": {
"line": 82,
"column": 47
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 1817,
"end": 2039,
"loc": {
"start": {
"line": 82,
"column": 51
},
"end": {
"line": 90,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1821,
"end": 1857,
"loc": {
"start": {
"line": 83,
"column": 2
},
"end": {
"line": 83,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1827,
"end": 1856,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 1827,
"end": 1833,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 1836,
"end": 1856,
"loc": {
"start": {
"line": 83,
"column": 17
},
"end": {
"line": 83,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 1836,
"end": 1854,
"loc": {
"start": {
"line": 83,
"column": 17
},
"end": {
"line": 83,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1861,
"end": 1906,
"loc": {
"start": {
"line": 85,
"column": 2
},
"end": {
"line": 85,
"column": 47
}
},
"expression": {
"type": "CallExpression",
"start": 1861,
"end": 1905,
"loc": {
"start": {
"line": 85,
"column": 2
},
"end": {
"line": 85,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 1861,
"end": 1872,
"loc": {
"start": {
"line": 85,
"column": 2
},
"end": {
"line": 85,
"column": 13
}
},
"object": {
"type": "Identifier",
"start": 1861,
"end": 1867,
"loc": {
"start": {
"line": 85,
"column": 2
},
"end": {
"line": 85,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1868,
"end": 1872,
"loc": {
"start": {
"line": 85,
"column": 9
},
"end": {
"line": 85,
"column": 13
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 1873,
"end": 1904,
"loc": {
"start": {
"line": 85,
"column": 14
},
"end": {
"line": 85,
"column": 45
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1875,
"end": 1902,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 43
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1875,
"end": 1879,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 1881,
"end": 1902,
"loc": {
"start": {
"line": 85,
"column": 22
},
"end": {
"line": 85,
"column": 43
}
},
"extra": {
"rawValue": "MONGOOSE_DROP_START",
"raw": "'MONGOOSE_DROP_START'"
},
"value": "MONGOOSE_DROP_START"
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1910,
"end": 1949,
"loc": {
"start": {
"line": 87,
"column": 2
},
"end": {
"line": 87,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 1910,
"end": 1948,
"loc": {
"start": {
"line": 87,
"column": 2
},
"end": {
"line": 87,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 1910,
"end": 1916,
"loc": {
"start": {
"line": 87,
"column": 2
},
"end": {
"line": 87,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 1910,
"end": 1911,
"loc": {
"start": {
"line": 87,
"column": 2
},
"end": {
"line": 87,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1912,
"end": 1916,
"loc": {
"start": {
"line": 87,
"column": 4
},
"end": {
"line": 87,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1917,
"end": 1947,
"loc": {
"start": {
"line": 87,
"column": 9
},
"end": {
"line": 87,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 1917,
"end": 1936,
"loc": {
"start": {
"line": 87,
"column": 9
},
"end": {
"line": 87,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 1917,
"end": 1931,
"loc": {
"start": {
"line": 87,
"column": 9
},
"end": {
"line": 87,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 1917,
"end": 1923,
"loc": {
"start": {
"line": 87,
"column": 9
},
"end": {
"line": 87,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1924,
"end": 1931,
"loc": {
"start": {
"line": 87,
"column": 16
},
"end": {
"line": 87,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1932,
"end": 1936,
"loc": {
"start": {
"line": 87,
"column": 24
},
"end": {
"line": 87,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1937,
"end": 1947,
"loc": {
"start": {
"line": 87,
"column": 29
},
"end": {
"line": 87,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1952,
"end": 1994,
"loc": {
"start": {
"line": 88,
"column": 2
},
"end": {
"line": 88,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 1952,
"end": 1993,
"loc": {
"start": {
"line": 88,
"column": 2
},
"end": {
"line": 88,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 1952,
"end": 1958,
"loc": {
"start": {
"line": 88,
"column": 2
},
"end": {
"line": 88,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 1952,
"end": 1953,
"loc": {
"start": {
"line": 88,
"column": 2
},
"end": {
"line": 88,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1954,
"end": 1958,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 88,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1959,
"end": 1992,
"loc": {
"start": {
"line": 88,
"column": 9
},
"end": {
"line": 88,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1959,
"end": 1981,
"loc": {
"start": {
"line": 88,
"column": 9
},
"end": {
"line": 88,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 1959,
"end": 1973,
"loc": {
"start": {
"line": 88,
"column": 9
},
"end": {
"line": 88,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 1959,
"end": 1965,
"loc": {
"start": {
"line": 88,
"column": 9
},
"end": {
"line": 88,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 1966,
"end": 1973,
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1974,
"end": 1981,
"loc": {
"start": {
"line": 88,
"column": 24
},
"end": {
"line": 88,
"column": 31
},
"identifierName": "message"
},
"name": "message"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1982,
"end": 1992,
"loc": {
"start": {
"line": 88,
"column": 32
},
"end": {
"line": 88,
"column": 42
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1997,
"end": 2037,
"loc": {
"start": {
"line": 89,
"column": 2
},
"end": {
"line": 89,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 1997,
"end": 2036,
"loc": {
"start": {
"line": 89,
"column": 2
},
"end": {
"line": 89,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 1997,
"end": 2003,
"loc": {
"start": {
"line": 89,
"column": 2
},
"end": {
"line": 89,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 1997,
"end": 1998,
"loc": {
"start": {
"line": 89,
"column": 2
},
"end": {
"line": 89,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 1999,
"end": 2003,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2004,
"end": 2035,
"loc": {
"start": {
"line": 89,
"column": 9
},
"end": {
"line": 89,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 2004,
"end": 2024,
"loc": {
"start": {
"line": 89,
"column": 9
},
"end": {
"line": 89,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 2004,
"end": 2018,
"loc": {
"start": {
"line": 89,
"column": 9
},
"end": {
"line": 89,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 2004,
"end": 2010,
"loc": {
"start": {
"line": 89,
"column": 9
},
"end": {
"line": 89,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 2011,
"end": 2018,
"loc": {
"start": {
"line": 89,
"column": 16
},
"end": {
"line": 89,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2019,
"end": 2024,
"loc": {
"start": {
"line": 89,
"column": 24
},
"end": {
"line": 89,
"column": 29
},
"identifierName": "start"
},
"name": "start"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2025,
"end": 2035,
"loc": {
"start": {
"line": 89,
"column": 30
},
"end": {
"line": 89,
"column": 40
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2043,
"end": 2308,
"loc": {
"start": {
"line": 92,
"column": 0
},
"end": {
"line": 99,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 2043,
"end": 2307,
"loc": {
"start": {
"line": 92,
"column": 0
},
"end": {
"line": 99,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 2043,
"end": 2054,
"loc": {
"start": {
"line": 92,
"column": 0
},
"end": {
"line": 92,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 2043,
"end": 2047,
"loc": {
"start": {
"line": 92,
"column": 0
},
"end": {
"line": 92,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 2048,
"end": 2054,
"loc": {
"start": {
"line": 92,
"column": 5
},
"end": {
"line": 92,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2055,
"end": 2089,
"loc": {
"start": {
"line": 92,
"column": 12
},
"end": {
"line": 92,
"column": 46
}
},
"extra": {
"rawValue": "Should log MONGOOSE_DROP_SUCCESS",
"raw": "'Should log MONGOOSE_DROP_SUCCESS'"
},
"value": "Should log MONGOOSE_DROP_SUCCESS"
},
{
"type": "ArrowFunctionExpression",
"start": 2091,
"end": 2306,
"loc": {
"start": {
"line": 92,
"column": 48
},
"end": {
"line": 99,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2091,
"end": 2092,
"loc": {
"start": {
"line": 92,
"column": 48
},
"end": {
"line": 92,
"column": 49
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 2096,
"end": 2306,
"loc": {
"start": {
"line": 92,
"column": 53
},
"end": {
"line": 99,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2100,
"end": 2136,
"loc": {
"start": {
"line": 93,
"column": 2
},
"end": {
"line": 93,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2106,
"end": 2135,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 2106,
"end": 2112,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 2115,
"end": 2135,
"loc": {
"start": {
"line": 93,
"column": 17
},
"end": {
"line": 93,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 2115,
"end": 2133,
"loc": {
"start": {
"line": 93,
"column": 17
},
"end": {
"line": 93,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2140,
"end": 2187,
"loc": {
"start": {
"line": 95,
"column": 2
},
"end": {
"line": 95,
"column": 49
}
},
"expression": {
"type": "CallExpression",
"start": 2140,
"end": 2186,
"loc": {
"start": {
"line": 95,
"column": 2
},
"end": {
"line": 95,
"column": 48
}
},
"callee": {
"type": "MemberExpression",
"start": 2140,
"end": 2151,
"loc": {
"start": {
"line": 95,
"column": 2
},
"end": {
"line": 95,
"column": 13
}
},
"object": {
"type": "Identifier",
"start": 2140,
"end": 2146,
"loc": {
"start": {
"line": 95,
"column": 2
},
"end": {
"line": 95,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 2147,
"end": 2151,
"loc": {
"start": {
"line": 95,
"column": 9
},
"end": {
"line": 95,
"column": 13
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2152,
"end": 2185,
"loc": {
"start": {
"line": 95,
"column": 14
},
"end": {
"line": 95,
"column": 47
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2154,
"end": 2183,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 45
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2154,
"end": 2158,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 2160,
"end": 2183,
"loc": {
"start": {
"line": 95,
"column": 22
},
"end": {
"line": 95,
"column": 45
}
},
"extra": {
"rawValue": "MONGOOSE_DROP_SUCCESS",
"raw": "'MONGOOSE_DROP_SUCCESS'"
},
"value": "MONGOOSE_DROP_SUCCESS"
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2191,
"end": 2230,
"loc": {
"start": {
"line": 97,
"column": 2
},
"end": {
"line": 97,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 2191,
"end": 2229,
"loc": {
"start": {
"line": 97,
"column": 2
},
"end": {
"line": 97,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 2191,
"end": 2197,
"loc": {
"start": {
"line": 97,
"column": 2
},
"end": {
"line": 97,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 2191,
"end": 2192,
"loc": {
"start": {
"line": 97,
"column": 2
},
"end": {
"line": 97,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 2193,
"end": 2197,
"loc": {
"start": {
"line": 97,
"column": 4
},
"end": {
"line": 97,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2198,
"end": 2228,
"loc": {
"start": {
"line": 97,
"column": 9
},
"end": {
"line": 97,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 2198,
"end": 2217,
"loc": {
"start": {
"line": 97,
"column": 9
},
"end": {
"line": 97,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 2198,
"end": 2212,
"loc": {
"start": {
"line": 97,
"column": 9
},
"end": {
"line": 97,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 2198,
"end": 2204,
"loc": {
"start": {
"line": 97,
"column": 9
},
"end": {
"line": 97,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 2205,
"end": 2212,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2213,
"end": 2217,
"loc": {
"start": {
"line": 97,
"column": 24
},
"end": {
"line": 97,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2218,
"end": 2228,
"loc": {
"start": {
"line": 97,
"column": 29
},
"end": {
"line": 97,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2233,
"end": 2304,
"loc": {
"start": {
"line": 98,
"column": 2
},
"end": {
"line": 98,
"column": 73
}
},
"expression": {
"type": "CallExpression",
"start": 2233,
"end": 2303,
"loc": {
"start": {
"line": 98,
"column": 2
},
"end": {
"line": 98,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 2233,
"end": 2239,
"loc": {
"start": {
"line": 98,
"column": 2
},
"end": {
"line": 98,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 2233,
"end": 2234,
"loc": {
"start": {
"line": 98,
"column": 2
},
"end": {
"line": 98,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 2235,
"end": 2239,
"loc": {
"start": {
"line": 98,
"column": 4
},
"end": {
"line": 98,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 2240,
"end": 2302,
"loc": {
"start": {
"line": 98,
"column": 9
},
"end": {
"line": 98,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 2240,
"end": 2269,
"loc": {
"start": {
"line": 98,
"column": 9
},
"end": {
"line": 98,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 2240,
"end": 2258,
"loc": {
"start": {
"line": 98,
"column": 9
},
"end": {
"line": 98,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 2240,
"end": 2254,
"loc": {
"start": {
"line": 98,
"column": 9
},
"end": {
"line": 98,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 2240,
"end": 2246,
"loc": {
"start": {
"line": 98,
"column": 9
},
"end": {
"line": 98,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 2247,
"end": 2254,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2255,
"end": 2258,
"loc": {
"start": {
"line": 98,
"column": 24
},
"end": {
"line": 98,
"column": 27
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2259,
"end": 2269,
"loc": {
"start": {
"line": 98,
"column": 28
},
"end": {
"line": 98,
"column": 38
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 2270,
"end": 2301,
"loc": {
"start": {
"line": 98,
"column": 39
},
"end": {
"line": 98,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 2270,
"end": 2281,
"loc": {
"start": {
"line": 98,
"column": 39
},
"end": {
"line": 98,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 2270,
"end": 2275,
"loc": {
"start": {
"line": 98,
"column": 39
},
"end": {
"line": 98,
"column": 44
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 2276,
"end": 2281,
"loc": {
"start": {
"line": 98,
"column": 45
},
"end": {
"line": 98,
"column": 50
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "RegExpLiteral",
"start": 2282,
"end": 2300,
"loc": {
"start": {
"line": 98,
"column": 51
},
"end": {
"line": 98,
"column": 69
}
},
"extra": {
"raw": "/Database dropped/"
},
"pattern": "Database dropped",
"flags": ""
}
]
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2310,
"end": 2566,
"loc": {
"start": {
"line": 101,
"column": 0
},
"end": {
"line": 108,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 2310,
"end": 2565,
"loc": {
"start": {
"line": 101,
"column": 0
},
"end": {
"line": 108,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 2310,
"end": 2321,
"loc": {
"start": {
"line": 101,
"column": 0
},
"end": {
"line": 101,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 2310,
"end": 2314,
"loc": {
"start": {
"line": 101,
"column": 0
},
"end": {
"line": 101,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 2315,
"end": 2321,
"loc": {
"start": {
"line": 101,
"column": 5
},
"end": {
"line": 101,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2322,
"end": 2352,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 42
}
},
"extra": {
"rawValue": "Should log ALL_SEEDERS_START",
"raw": "'Should log ALL_SEEDERS_START'"
},
"value": "Should log ALL_SEEDERS_START"
},
{
"type": "ArrowFunctionExpression",
"start": 2354,
"end": 2564,
"loc": {
"start": {
"line": 101,
"column": 44
},
"end": {
"line": 108,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2354,
"end": 2355,
"loc": {
"start": {
"line": 101,
"column": 44
},
"end": {
"line": 101,
"column": 45
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 2359,
"end": 2564,
"loc": {
"start": {
"line": 101,
"column": 49
},
"end": {
"line": 108,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2363,
"end": 2399,
"loc": {
"start": {
"line": 102,
"column": 2
},
"end": {
"line": 102,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2369,
"end": 2398,
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 2369,
"end": 2375,
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 2378,
"end": 2398,
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 2378,
"end": 2396,
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2403,
"end": 2446,
"loc": {
"start": {
"line": 104,
"column": 2
},
"end": {
"line": 104,
"column": 45
}
},
"expression": {
"type": "CallExpression",
"start": 2403,
"end": 2445,
"loc": {
"start": {
"line": 104,
"column": 2
},
"end": {
"line": 104,
"column": 44
}
},
"callee": {
"type": "MemberExpression",
"start": 2403,
"end": 2414,
"loc": {
"start": {
"line": 104,
"column": 2
},
"end": {
"line": 104,
"column": 13
}
},
"object": {
"type": "Identifier",
"start": 2403,
"end": 2409,
"loc": {
"start": {
"line": 104,
"column": 2
},
"end": {
"line": 104,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 2410,
"end": 2414,
"loc": {
"start": {
"line": 104,
"column": 9
},
"end": {
"line": 104,
"column": 13
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2415,
"end": 2444,
"loc": {
"start": {
"line": 104,
"column": 14
},
"end": {
"line": 104,
"column": 43
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2417,
"end": 2442,
"loc": {
"start": {
"line": 104,
"column": 16
},
"end": {
"line": 104,
"column": 41
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2417,
"end": 2421,
"loc": {
"start": {
"line": 104,
"column": 16
},
"end": {
"line": 104,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 2423,
"end": 2442,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 104,
"column": 41
}
},
"extra": {
"rawValue": "ALL_SEEDERS_START",
"raw": "'ALL_SEEDERS_START'"
},
"value": "ALL_SEEDERS_START"
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2450,
"end": 2489,
"loc": {
"start": {
"line": 106,
"column": 2
},
"end": {
"line": 106,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 2450,
"end": 2488,
"loc": {
"start": {
"line": 106,
"column": 2
},
"end": {
"line": 106,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 2450,
"end": 2456,
"loc": {
"start": {
"line": 106,
"column": 2
},
"end": {
"line": 106,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 2450,
"end": 2451,
"loc": {
"start": {
"line": 106,
"column": 2
},
"end": {
"line": 106,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 2452,
"end": 2456,
"loc": {
"start": {
"line": 106,
"column": 4
},
"end": {
"line": 106,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2457,
"end": 2487,
"loc": {
"start": {
"line": 106,
"column": 9
},
"end": {
"line": 106,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 2457,
"end": 2476,
"loc": {
"start": {
"line": 106,
"column": 9
},
"end": {
"line": 106,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 2457,
"end": 2471,
"loc": {
"start": {
"line": 106,
"column": 9
},
"end": {
"line": 106,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 2457,
"end": 2463,
"loc": {
"start": {
"line": 106,
"column": 9
},
"end": {
"line": 106,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 2464,
"end": 2471,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2472,
"end": 2476,
"loc": {
"start": {
"line": 106,
"column": 24
},
"end": {
"line": 106,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2477,
"end": 2487,
"loc": {
"start": {
"line": 106,
"column": 29
},
"end": {
"line": 106,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2492,
"end": 2562,
"loc": {
"start": {
"line": 107,
"column": 2
},
"end": {
"line": 107,
"column": 72
}
},
"expression": {
"type": "CallExpression",
"start": 2492,
"end": 2561,
"loc": {
"start": {
"line": 107,
"column": 2
},
"end": {
"line": 107,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 2492,
"end": 2498,
"loc": {
"start": {
"line": 107,
"column": 2
},
"end": {
"line": 107,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 2492,
"end": 2493,
"loc": {
"start": {
"line": 107,
"column": 2
},
"end": {
"line": 107,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 2494,
"end": 2498,
"loc": {
"start": {
"line": 107,
"column": 4
},
"end": {
"line": 107,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 2499,
"end": 2560,
"loc": {
"start": {
"line": 107,
"column": 9
},
"end": {
"line": 107,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 2499,
"end": 2528,
"loc": {
"start": {
"line": 107,
"column": 9
},
"end": {
"line": 107,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 2499,
"end": 2517,
"loc": {
"start": {
"line": 107,
"column": 9
},
"end": {
"line": 107,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 2499,
"end": 2513,
"loc": {
"start": {
"line": 107,
"column": 9
},
"end": {
"line": 107,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 2499,
"end": 2505,
"loc": {
"start": {
"line": 107,
"column": 9
},
"end": {
"line": 107,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 2506,
"end": 2513,
"loc": {
"start": {
"line": 107,
"column": 16
},
"end": {
"line": 107,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2514,
"end": 2517,
"loc": {
"start": {
"line": 107,
"column": 24
},
"end": {
"line": 107,
"column": 27
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2518,
"end": 2528,
"loc": {
"start": {
"line": 107,
"column": 28
},
"end": {
"line": 107,
"column": 38
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 2529,
"end": 2559,
"loc": {
"start": {
"line": 107,
"column": 39
},
"end": {
"line": 107,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 2529,
"end": 2540,
"loc": {
"start": {
"line": 107,
"column": 39
},
"end": {
"line": 107,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 2529,
"end": 2534,
"loc": {
"start": {
"line": 107,
"column": 39
},
"end": {
"line": 107,
"column": 44
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 2535,
"end": 2540,
"loc": {
"start": {
"line": 107,
"column": 45
},
"end": {
"line": 107,
"column": 50
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "RegExpLiteral",
"start": 2541,
"end": 2558,
"loc": {
"start": {
"line": 107,
"column": 51
},
"end": {
"line": 107,
"column": 68
}
},
"extra": {
"raw": "/Seeding Results/"
},
"pattern": "Seeding Results",
"flags": ""
}
]
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2568,
"end": 2815,
"loc": {
"start": {
"line": 110,
"column": 0
},
"end": {
"line": 117,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 2568,
"end": 2814,
"loc": {
"start": {
"line": 110,
"column": 0
},
"end": {
"line": 117,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 2568,
"end": 2579,
"loc": {
"start": {
"line": 110,
"column": 0
},
"end": {
"line": 110,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 2568,
"end": 2572,
"loc": {
"start": {
"line": 110,
"column": 0
},
"end": {
"line": 110,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 2573,
"end": 2579,
"loc": {
"start": {
"line": 110,
"column": 5
},
"end": {
"line": 110,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2580,
"end": 2611,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 43
}
},
"extra": {
"rawValue": "Should log ALL_SEEDERS_FINISH",
"raw": "'Should log ALL_SEEDERS_FINISH'"
},
"value": "Should log ALL_SEEDERS_FINISH"
},
{
"type": "ArrowFunctionExpression",
"start": 2613,
"end": 2813,
"loc": {
"start": {
"line": 110,
"column": 45
},
"end": {
"line": 117,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2613,
"end": 2614,
"loc": {
"start": {
"line": 110,
"column": 45
},
"end": {
"line": 110,
"column": 46
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 2618,
"end": 2813,
"loc": {
"start": {
"line": 110,
"column": 50
},
"end": {
"line": 117,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2622,
"end": 2658,
"loc": {
"start": {
"line": 111,
"column": 2
},
"end": {
"line": 111,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2628,
"end": 2657,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 2628,
"end": 2634,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 2637,
"end": 2657,
"loc": {
"start": {
"line": 111,
"column": 17
},
"end": {
"line": 111,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 2637,
"end": 2655,
"loc": {
"start": {
"line": 111,
"column": 17
},
"end": {
"line": 111,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2662,
"end": 2706,
"loc": {
"start": {
"line": 113,
"column": 2
},
"end": {
"line": 113,
"column": 46
}
},
"expression": {
"type": "CallExpression",
"start": 2662,
"end": 2705,
"loc": {
"start": {
"line": 113,
"column": 2
},
"end": {
"line": 113,
"column": 45
}
},
"callee": {
"type": "MemberExpression",
"start": 2662,
"end": 2673,
"loc": {
"start": {
"line": 113,
"column": 2
},
"end": {
"line": 113,
"column": 13
}
},
"object": {
"type": "Identifier",
"start": 2662,
"end": 2668,
"loc": {
"start": {
"line": 113,
"column": 2
},
"end": {
"line": 113,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 2669,
"end": 2673,
"loc": {
"start": {
"line": 113,
"column": 9
},
"end": {
"line": 113,
"column": 13
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2674,
"end": 2704,
"loc": {
"start": {
"line": 113,
"column": 14
},
"end": {
"line": 113,
"column": 44
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2676,
"end": 2702,
"loc": {
"start": {
"line": 113,
"column": 16
},
"end": {
"line": 113,
"column": 42
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2676,
"end": 2680,
"loc": {
"start": {
"line": 113,
"column": 16
},
"end": {
"line": 113,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 2682,
"end": 2702,
"loc": {
"start": {
"line": 113,
"column": 22
},
"end": {
"line": 113,
"column": 42
}
},
"extra": {
"rawValue": "ALL_SEEDERS_FINISH",
"raw": "'ALL_SEEDERS_FINISH'"
},
"value": "ALL_SEEDERS_FINISH"
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2710,
"end": 2749,
"loc": {
"start": {
"line": 115,
"column": 2
},
"end": {
"line": 115,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 2710,
"end": 2748,
"loc": {
"start": {
"line": 115,
"column": 2
},
"end": {
"line": 115,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 2710,
"end": 2716,
"loc": {
"start": {
"line": 115,
"column": 2
},
"end": {
"line": 115,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 2710,
"end": 2711,
"loc": {
"start": {
"line": 115,
"column": 2
},
"end": {
"line": 115,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 2712,
"end": 2716,
"loc": {
"start": {
"line": 115,
"column": 4
},
"end": {
"line": 115,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2717,
"end": 2747,
"loc": {
"start": {
"line": 115,
"column": 9
},
"end": {
"line": 115,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 2717,
"end": 2736,
"loc": {
"start": {
"line": 115,
"column": 9
},
"end": {
"line": 115,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 2717,
"end": 2731,
"loc": {
"start": {
"line": 115,
"column": 9
},
"end": {
"line": 115,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 2717,
"end": 2723,
"loc": {
"start": {
"line": 115,
"column": 9
},
"end": {
"line": 115,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 2724,
"end": 2731,
"loc": {
"start": {
"line": 115,
"column": 16
},
"end": {
"line": 115,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2732,
"end": 2736,
"loc": {
"start": {
"line": 115,
"column": 24
},
"end": {
"line": 115,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2737,
"end": 2747,
"loc": {
"start": {
"line": 115,
"column": 29
},
"end": {
"line": 115,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2752,
"end": 2811,
"loc": {
"start": {
"line": 116,
"column": 2
},
"end": {
"line": 116,
"column": 61
}
},
"expression": {
"type": "CallExpression",
"start": 2752,
"end": 2810,
"loc": {
"start": {
"line": 116,
"column": 2
},
"end": {
"line": 116,
"column": 60
}
},
"callee": {
"type": "MemberExpression",
"start": 2752,
"end": 2758,
"loc": {
"start": {
"line": 116,
"column": 2
},
"end": {
"line": 116,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 2752,
"end": 2753,
"loc": {
"start": {
"line": 116,
"column": 2
},
"end": {
"line": 116,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 2754,
"end": 2758,
"loc": {
"start": {
"line": 116,
"column": 4
},
"end": {
"line": 116,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 2759,
"end": 2809,
"loc": {
"start": {
"line": 116,
"column": 9
},
"end": {
"line": 116,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 2759,
"end": 2788,
"loc": {
"start": {
"line": 116,
"column": 9
},
"end": {
"line": 116,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 2759,
"end": 2777,
"loc": {
"start": {
"line": 116,
"column": 9
},
"end": {
"line": 116,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 2759,
"end": 2773,
"loc": {
"start": {
"line": 116,
"column": 9
},
"end": {
"line": 116,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 2759,
"end": 2765,
"loc": {
"start": {
"line": 116,
"column": 9
},
"end": {
"line": 116,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 2766,
"end": 2773,
"loc": {
"start": {
"line": 116,
"column": 16
},
"end": {
"line": 116,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2774,
"end": 2777,
"loc": {
"start": {
"line": 116,
"column": 24
},
"end": {
"line": 116,
"column": 27
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2778,
"end": 2788,
"loc": {
"start": {
"line": 116,
"column": 28
},
"end": {
"line": 116,
"column": 38
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 2789,
"end": 2808,
"loc": {
"start": {
"line": 116,
"column": 39
},
"end": {
"line": 116,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 2789,
"end": 2800,
"loc": {
"start": {
"line": 116,
"column": 39
},
"end": {
"line": 116,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 2789,
"end": 2794,
"loc": {
"start": {
"line": 116,
"column": 39
},
"end": {
"line": 116,
"column": 44
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 2795,
"end": 2800,
"loc": {
"start": {
"line": 116,
"column": 45
},
"end": {
"line": 116,
"column": 50
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "RegExpLiteral",
"start": 2801,
"end": 2807,
"loc": {
"start": {
"line": 116,
"column": 51
},
"end": {
"line": 116,
"column": 57
}
},
"extra": {
"raw": "/Done/"
},
"pattern": "Done",
"flags": ""
}
]
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2817,
"end": 3143,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 129,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 2817,
"end": 3142,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 129,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 2817,
"end": 2828,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 119,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 2817,
"end": 2821,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 119,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 2822,
"end": 2828,
"loc": {
"start": {
"line": 119,
"column": 5
},
"end": {
"line": 119,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2829,
"end": 2854,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 37
}
},
"extra": {
"rawValue": "Should log SEEDER_START",
"raw": "'Should log SEEDER_START'"
},
"value": "Should log SEEDER_START"
},
{
"type": "ArrowFunctionExpression",
"start": 2856,
"end": 3141,
"loc": {
"start": {
"line": 119,
"column": 39
},
"end": {
"line": 129,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2856,
"end": 2857,
"loc": {
"start": {
"line": 119,
"column": 39
},
"end": {
"line": 119,
"column": 40
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 2861,
"end": 3141,
"loc": {
"start": {
"line": 119,
"column": 44
},
"end": {
"line": 129,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2865,
"end": 2901,
"loc": {
"start": {
"line": 120,
"column": 2
},
"end": {
"line": 120,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2871,
"end": 2900,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 2871,
"end": 2877,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 2880,
"end": 2900,
"loc": {
"start": {
"line": 120,
"column": 17
},
"end": {
"line": 120,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 2880,
"end": 2898,
"loc": {
"start": {
"line": 120,
"column": 17
},
"end": {
"line": 120,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 2905,
"end": 2943,
"loc": {
"start": {
"line": 122,
"column": 2
},
"end": {
"line": 122,
"column": 40
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2911,
"end": 2942,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 39
}
},
"id": {
"type": "Identifier",
"start": 2911,
"end": 2918,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 15
},
"identifierName": "payload"
},
"name": "payload"
},
"init": {
"type": "ObjectExpression",
"start": 2921,
"end": 2942,
"loc": {
"start": {
"line": 122,
"column": 18
},
"end": {
"line": 122,
"column": 39
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2923,
"end": 2940,
"loc": {
"start": {
"line": 122,
"column": 20
},
"end": {
"line": 122,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2923,
"end": 2927,
"loc": {
"start": {
"line": 122,
"column": 20
},
"end": {
"line": 122,
"column": 24
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 2929,
"end": 2940,
"loc": {
"start": {
"line": 122,
"column": 26
},
"end": {
"line": 122,
"column": 37
}
},
"extra": {
"rawValue": "some-name",
"raw": "'some-name'"
},
"value": "some-name"
}
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2947,
"end": 2994,
"loc": {
"start": {
"line": 124,
"column": 2
},
"end": {
"line": 124,
"column": 49
}
},
"expression": {
"type": "CallExpression",
"start": 2947,
"end": 2993,
"loc": {
"start": {
"line": 124,
"column": 2
},
"end": {
"line": 124,
"column": 48
}
},
"callee": {
"type": "MemberExpression",
"start": 2947,
"end": 2958,
"loc": {
"start": {
"line": 124,
"column": 2
},
"end": {
"line": 124,
"column": 13
}
},
"object": {
"type": "Identifier",
"start": 2947,
"end": 2953,
"loc": {
"start": {
"line": 124,
"column": 2
},
"end": {
"line": 124,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 2954,
"end": 2958,
"loc": {
"start": {
"line": 124,
"column": 9
},
"end": {
"line": 124,
"column": 13
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2959,
"end": 2992,
"loc": {
"start": {
"line": 124,
"column": 14
},
"end": {
"line": 124,
"column": 47
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2961,
"end": 2981,
"loc": {
"start": {
"line": 124,
"column": 16
},
"end": {
"line": 124,
"column": 36
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2961,
"end": 2965,
"loc": {
"start": {
"line": 124,
"column": 16
},
"end": {
"line": 124,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 2967,
"end": 2981,
"loc": {
"start": {
"line": 124,
"column": 22
},
"end": {
"line": 124,
"column": 36
}
},
"extra": {
"rawValue": "SEEDER_START",
"raw": "'SEEDER_START'"
},
"value": "SEEDER_START"
}
},
{
"type": "ObjectProperty",
"start": 2983,
"end": 2990,
"loc": {
"start": {
"line": 124,
"column": 38
},
"end": {
"line": 124,
"column": 45
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 2983,
"end": 2990,
"loc": {
"start": {
"line": 124,
"column": 38
},
"end": {
"line": 124,
"column": 45
},
"identifierName": "payload"
},
"name": "payload"
},
"value": {
"type": "Identifier",
"start": 2983,
"end": 2990,
"loc": {
"start": {
"line": 124,
"column": 38
},
"end": {
"line": 124,
"column": 45
},
"identifierName": "payload"
},
"name": "payload"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2998,
"end": 3037,
"loc": {
"start": {
"line": 126,
"column": 2
},
"end": {
"line": 126,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 2998,
"end": 3036,
"loc": {
"start": {
"line": 126,
"column": 2
},
"end": {
"line": 126,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 2998,
"end": 3004,
"loc": {
"start": {
"line": 126,
"column": 2
},
"end": {
"line": 126,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 2998,
"end": 2999,
"loc": {
"start": {
"line": 126,
"column": 2
},
"end": {
"line": 126,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 3000,
"end": 3004,
"loc": {
"start": {
"line": 126,
"column": 4
},
"end": {
"line": 126,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3005,
"end": 3035,
"loc": {
"start": {
"line": 126,
"column": 9
},
"end": {
"line": 126,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 3005,
"end": 3024,
"loc": {
"start": {
"line": 126,
"column": 9
},
"end": {
"line": 126,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 3005,
"end": 3019,
"loc": {
"start": {
"line": 126,
"column": 9
},
"end": {
"line": 126,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3005,
"end": 3011,
"loc": {
"start": {
"line": 126,
"column": 9
},
"end": {
"line": 126,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 3012,
"end": 3019,
"loc": {
"start": {
"line": 126,
"column": 16
},
"end": {
"line": 126,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3020,
"end": 3024,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3025,
"end": 3035,
"loc": {
"start": {
"line": 126,
"column": 29
},
"end": {
"line": 126,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3040,
"end": 3096,
"loc": {
"start": {
"line": 127,
"column": 2
},
"end": {
"line": 127,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 3040,
"end": 3095,
"loc": {
"start": {
"line": 127,
"column": 2
},
"end": {
"line": 127,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 3040,
"end": 3046,
"loc": {
"start": {
"line": 127,
"column": 2
},
"end": {
"line": 127,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 3040,
"end": 3041,
"loc": {
"start": {
"line": 127,
"column": 2
},
"end": {
"line": 127,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 3042,
"end": 3046,
"loc": {
"start": {
"line": 127,
"column": 4
},
"end": {
"line": 127,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3047,
"end": 3094,
"loc": {
"start": {
"line": 127,
"column": 9
},
"end": {
"line": 127,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 3047,
"end": 3080,
"loc": {
"start": {
"line": 127,
"column": 9
},
"end": {
"line": 127,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 3047,
"end": 3069,
"loc": {
"start": {
"line": 127,
"column": 9
},
"end": {
"line": 127,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 3047,
"end": 3061,
"loc": {
"start": {
"line": 127,
"column": 9
},
"end": {
"line": 127,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3047,
"end": 3053,
"loc": {
"start": {
"line": 127,
"column": 9
},
"end": {
"line": 127,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 3054,
"end": 3061,
"loc": {
"start": {
"line": 127,
"column": 16
},
"end": {
"line": 127,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3062,
"end": 3069,
"loc": {
"start": {
"line": 127,
"column": 24
},
"end": {
"line": 127,
"column": 31
},
"identifierName": "message"
},
"name": "message"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3070,
"end": 3080,
"loc": {
"start": {
"line": 127,
"column": 32
},
"end": {
"line": 127,
"column": 42
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3081,
"end": 3093,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 3081,
"end": 3088,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 50
},
"identifierName": "payload"
},
"name": "payload"
},
"property": {
"type": "Identifier",
"start": 3089,
"end": 3093,
"loc": {
"start": {
"line": 127,
"column": 51
},
"end": {
"line": 127,
"column": 55
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3099,
"end": 3139,
"loc": {
"start": {
"line": 128,
"column": 2
},
"end": {
"line": 128,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 3099,
"end": 3138,
"loc": {
"start": {
"line": 128,
"column": 2
},
"end": {
"line": 128,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 3099,
"end": 3105,
"loc": {
"start": {
"line": 128,
"column": 2
},
"end": {
"line": 128,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 3099,
"end": 3100,
"loc": {
"start": {
"line": 128,
"column": 2
},
"end": {
"line": 128,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 3101,
"end": 3105,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 128,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3106,
"end": 3137,
"loc": {
"start": {
"line": 128,
"column": 9
},
"end": {
"line": 128,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 3106,
"end": 3126,
"loc": {
"start": {
"line": 128,
"column": 9
},
"end": {
"line": 128,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 3106,
"end": 3120,
"loc": {
"start": {
"line": 128,
"column": 9
},
"end": {
"line": 128,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3106,
"end": 3112,
"loc": {
"start": {
"line": 128,
"column": 9
},
"end": {
"line": 128,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 3113,
"end": 3120,
"loc": {
"start": {
"line": 128,
"column": 16
},
"end": {
"line": 128,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3121,
"end": 3126,
"loc": {
"start": {
"line": 128,
"column": 24
},
"end": {
"line": 128,
"column": 29
},
"identifierName": "start"
},
"name": "start"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3127,
"end": 3137,
"loc": {
"start": {
"line": 128,
"column": 30
},
"end": {
"line": 128,
"column": 40
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3145,
"end": 3559,
"loc": {
"start": {
"line": 131,
"column": 0
},
"end": {
"line": 141,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 3145,
"end": 3558,
"loc": {
"start": {
"line": 131,
"column": 0
},
"end": {
"line": 141,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 3145,
"end": 3156,
"loc": {
"start": {
"line": 131,
"column": 0
},
"end": {
"line": 131,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 3145,
"end": 3149,
"loc": {
"start": {
"line": 131,
"column": 0
},
"end": {
"line": 131,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 3150,
"end": 3156,
"loc": {
"start": {
"line": 131,
"column": 5
},
"end": {
"line": 131,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3157,
"end": 3184,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 39
}
},
"extra": {
"rawValue": "Should log SEEDER_SUCCESS",
"raw": "'Should log SEEDER_SUCCESS'"
},
"value": "Should log SEEDER_SUCCESS"
},
{
"type": "ArrowFunctionExpression",
"start": 3186,
"end": 3557,
"loc": {
"start": {
"line": 131,
"column": 41
},
"end": {
"line": 141,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3186,
"end": 3187,
"loc": {
"start": {
"line": 131,
"column": 41
},
"end": {
"line": 131,
"column": 42
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 3191,
"end": 3557,
"loc": {
"start": {
"line": 131,
"column": 46
},
"end": {
"line": 141,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3195,
"end": 3231,
"loc": {
"start": {
"line": 132,
"column": 2
},
"end": {
"line": 132,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3201,
"end": 3230,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 3201,
"end": 3207,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 3210,
"end": 3230,
"loc": {
"start": {
"line": 132,
"column": 17
},
"end": {
"line": 132,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 3210,
"end": 3228,
"loc": {
"start": {
"line": 132,
"column": 17
},
"end": {
"line": 132,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 3235,
"end": 3312,
"loc": {
"start": {
"line": 134,
"column": 2
},
"end": {
"line": 134,
"column": 79
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3241,
"end": 3311,
"loc": {
"start": {
"line": 134,
"column": 8
},
"end": {
"line": 134,
"column": 78
}
},
"id": {
"type": "Identifier",
"start": 3241,
"end": 3248,
"loc": {
"start": {
"line": 134,
"column": 8
},
"end": {
"line": 134,
"column": 15
},
"identifierName": "payload"
},
"name": "payload"
},
"init": {
"type": "ObjectExpression",
"start": 3251,
"end": 3311,
"loc": {
"start": {
"line": 134,
"column": 18
},
"end": {
"line": 134,
"column": 78
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3253,
"end": 3270,
"loc": {
"start": {
"line": 134,
"column": 20
},
"end": {
"line": 134,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3253,
"end": 3257,
"loc": {
"start": {
"line": 134,
"column": 20
},
"end": {
"line": 134,
"column": 24
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 3259,
"end": 3270,
"loc": {
"start": {
"line": 134,
"column": 26
},
"end": {
"line": 134,
"column": 37
}
},
"extra": {
"rawValue": "some-name",
"raw": "'some-name'"
},
"value": "some-name"
}
},
{
"type": "ObjectProperty",
"start": 3272,
"end": 3309,
"loc": {
"start": {
"line": 134,
"column": 39
},
"end": {
"line": 134,
"column": 76
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3272,
"end": 3279,
"loc": {
"start": {
"line": 134,
"column": 39
},
"end": {
"line": 134,
"column": 46
},
"identifierName": "results"
},
"name": "results"
},
"value": {
"type": "ObjectExpression",
"start": 3281,
"end": 3309,
"loc": {
"start": {
"line": 134,
"column": 48
},
"end": {
"line": 134,
"column": 76
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3283,
"end": 3292,
"loc": {
"start": {
"line": 134,
"column": 50
},
"end": {
"line": 134,
"column": 59
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3283,
"end": 3286,
"loc": {
"start": {
"line": 134,
"column": 50
},
"end": {
"line": 134,
"column": 53
},
"identifierName": "run"
},
"name": "run"
},
"value": {
"type": "BooleanLiteral",
"start": 3288,
"end": 3292,
"loc": {
"start": {
"line": 134,
"column": 55
},
"end": {
"line": 134,
"column": 59
}
},
"value": true
}
},
{
"type": "ObjectProperty",
"start": 3294,
"end": 3307,
"loc": {
"start": {
"line": 134,
"column": 61
},
"end": {
"line": 134,
"column": 74
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3294,
"end": 3301,
"loc": {
"start": {
"line": 134,
"column": 61
},
"end": {
"line": 134,
"column": 68
},
"identifierName": "created"
},
"name": "created"
},
"value": {
"type": "StringLiteral",
"start": 3303,
"end": 3307,
"loc": {
"start": {
"line": 134,
"column": 70
},
"end": {
"line": 134,
"column": 74
}
},
"extra": {
"rawValue": "10",
"raw": "'10'"
},
"value": "10"
}
}
]
}
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 3316,
"end": 3365,
"loc": {
"start": {
"line": 136,
"column": 2
},
"end": {
"line": 136,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 3316,
"end": 3364,
"loc": {
"start": {
"line": 136,
"column": 2
},
"end": {
"line": 136,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 3316,
"end": 3327,
"loc": {
"start": {
"line": 136,
"column": 2
},
"end": {
"line": 136,
"column": 13
}
},
"object": {
"type": "Identifier",
"start": 3316,
"end": 3322,
"loc": {
"start": {
"line": 136,
"column": 2
},
"end": {
"line": 136,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 3323,
"end": 3327,
"loc": {
"start": {
"line": 136,
"column": 9
},
"end": {
"line": 136,
"column": 13
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 3328,
"end": 3363,
"loc": {
"start": {
"line": 136,
"column": 14
},
"end": {
"line": 136,
"column": 49
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3330,
"end": 3352,
"loc": {
"start": {
"line": 136,
"column": 16
},
"end": {
"line": 136,
"column": 38
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3330,
"end": 3334,
"loc": {
"start": {
"line": 136,
"column": 16
},
"end": {
"line": 136,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 3336,
"end": 3352,
"loc": {
"start": {
"line": 136,
"column": 22
},
"end": {
"line": 136,
"column": 38
}
},
"extra": {
"rawValue": "SEEDER_SUCCESS",
"raw": "'SEEDER_SUCCESS'"
},
"value": "SEEDER_SUCCESS"
}
},
{
"type": "ObjectProperty",
"start": 3354,
"end": 3361,
"loc": {
"start": {
"line": 136,
"column": 40
},
"end": {
"line": 136,
"column": 47
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 3354,
"end": 3361,
"loc": {
"start": {
"line": 136,
"column": 40
},
"end": {
"line": 136,
"column": 47
},
"identifierName": "payload"
},
"name": "payload"
},
"value": {
"type": "Identifier",
"start": 3354,
"end": 3361,
"loc": {
"start": {
"line": 136,
"column": 40
},
"end": {
"line": 136,
"column": 47
},
"identifierName": "payload"
},
"name": "payload"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3369,
"end": 3408,
"loc": {
"start": {
"line": 138,
"column": 2
},
"end": {
"line": 138,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 3369,
"end": 3407,
"loc": {
"start": {
"line": 138,
"column": 2
},
"end": {
"line": 138,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 3369,
"end": 3375,
"loc": {
"start": {
"line": 138,
"column": 2
},
"end": {
"line": 138,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 3369,
"end": 3370,
"loc": {
"start": {
"line": 138,
"column": 2
},
"end": {
"line": 138,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 3371,
"end": 3375,
"loc": {
"start": {
"line": 138,
"column": 4
},
"end": {
"line": 138,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3376,
"end": 3406,
"loc": {
"start": {
"line": 138,
"column": 9
},
"end": {
"line": 138,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 3376,
"end": 3395,
"loc": {
"start": {
"line": 138,
"column": 9
},
"end": {
"line": 138,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 3376,
"end": 3390,
"loc": {
"start": {
"line": 138,
"column": 9
},
"end": {
"line": 138,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3376,
"end": 3382,
"loc": {
"start": {
"line": 138,
"column": 9
},
"end": {
"line": 138,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 3383,
"end": 3390,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3391,
"end": 3395,
"loc": {
"start": {
"line": 138,
"column": 24
},
"end": {
"line": 138,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3396,
"end": 3406,
"loc": {
"start": {
"line": 138,
"column": 29
},
"end": {
"line": 138,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3411,
"end": 3476,
"loc": {
"start": {
"line": 139,
"column": 2
},
"end": {
"line": 139,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 3411,
"end": 3475,
"loc": {
"start": {
"line": 139,
"column": 2
},
"end": {
"line": 139,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 3411,
"end": 3417,
"loc": {
"start": {
"line": 139,
"column": 2
},
"end": {
"line": 139,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 3411,
"end": 3412,
"loc": {
"start": {
"line": 139,
"column": 2
},
"end": {
"line": 139,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 3413,
"end": 3417,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 139,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3418,
"end": 3474,
"loc": {
"start": {
"line": 139,
"column": 9
},
"end": {
"line": 139,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 3418,
"end": 3447,
"loc": {
"start": {
"line": 139,
"column": 9
},
"end": {
"line": 139,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 3418,
"end": 3436,
"loc": {
"start": {
"line": 139,
"column": 9
},
"end": {
"line": 139,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 3418,
"end": 3432,
"loc": {
"start": {
"line": 139,
"column": 9
},
"end": {
"line": 139,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3418,
"end": 3424,
"loc": {
"start": {
"line": 139,
"column": 9
},
"end": {
"line": 139,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 3425,
"end": 3432,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3433,
"end": 3436,
"loc": {
"start": {
"line": 139,
"column": 24
},
"end": {
"line": 139,
"column": 27
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3437,
"end": 3447,
"loc": {
"start": {
"line": 139,
"column": 28
},
"end": {
"line": 139,
"column": 38
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3448,
"end": 3473,
"loc": {
"start": {
"line": 139,
"column": 39
},
"end": {
"line": 139,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 3448,
"end": 3459,
"loc": {
"start": {
"line": 139,
"column": 39
},
"end": {
"line": 139,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 3448,
"end": 3453,
"loc": {
"start": {
"line": 139,
"column": 39
},
"end": {
"line": 139,
"column": 44
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 3454,
"end": 3459,
"loc": {
"start": {
"line": 139,
"column": 45
},
"end": {
"line": 139,
"column": 50
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3460,
"end": 3472,
"loc": {
"start": {
"line": 139,
"column": 51
},
"end": {
"line": 139,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 3460,
"end": 3467,
"loc": {
"start": {
"line": 139,
"column": 51
},
"end": {
"line": 139,
"column": 58
},
"identifierName": "payload"
},
"name": "payload"
},
"property": {
"type": "Identifier",
"start": 3468,
"end": 3472,
"loc": {
"start": {
"line": 139,
"column": 59
},
"end": {
"line": 139,
"column": 63
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
]
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3479,
"end": 3555,
"loc": {
"start": {
"line": 140,
"column": 2
},
"end": {
"line": 140,
"column": 78
}
},
"expression": {
"type": "CallExpression",
"start": 3479,
"end": 3554,
"loc": {
"start": {
"line": 140,
"column": 2
},
"end": {
"line": 140,
"column": 77
}
},
"callee": {
"type": "MemberExpression",
"start": 3479,
"end": 3485,
"loc": {
"start": {
"line": 140,
"column": 2
},
"end": {
"line": 140,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 3479,
"end": 3480,
"loc": {
"start": {
"line": 140,
"column": 2
},
"end": {
"line": 140,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 3481,
"end": 3485,
"loc": {
"start": {
"line": 140,
"column": 4
},
"end": {
"line": 140,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3486,
"end": 3553,
"loc": {
"start": {
"line": 140,
"column": 9
},
"end": {
"line": 140,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 3486,
"end": 3515,
"loc": {
"start": {
"line": 140,
"column": 9
},
"end": {
"line": 140,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 3486,
"end": 3504,
"loc": {
"start": {
"line": 140,
"column": 9
},
"end": {
"line": 140,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 3486,
"end": 3500,
"loc": {
"start": {
"line": 140,
"column": 9
},
"end": {
"line": 140,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3486,
"end": 3492,
"loc": {
"start": {
"line": 140,
"column": 9
},
"end": {
"line": 140,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 3493,
"end": 3500,
"loc": {
"start": {
"line": 140,
"column": 16
},
"end": {
"line": 140,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3501,
"end": 3504,
"loc": {
"start": {
"line": 140,
"column": 24
},
"end": {
"line": 140,
"column": 27
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3505,
"end": 3515,
"loc": {
"start": {
"line": 140,
"column": 28
},
"end": {
"line": 140,
"column": 38
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3516,
"end": 3552,
"loc": {
"start": {
"line": 140,
"column": 39
},
"end": {
"line": 140,
"column": 75
}
},
"callee": {
"type": "MemberExpression",
"start": 3516,
"end": 3527,
"loc": {
"start": {
"line": 140,
"column": 39
},
"end": {
"line": 140,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 3516,
"end": 3521,
"loc": {
"start": {
"line": 140,
"column": 39
},
"end": {
"line": 140,
"column": 44
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 3522,
"end": 3527,
"loc": {
"start": {
"line": 140,
"column": 45
},
"end": {
"line": 140,
"column": 50
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3528,
"end": 3551,
"loc": {
"start": {
"line": 140,
"column": 51
},
"end": {
"line": 140,
"column": 74
}
},
"object": {
"type": "MemberExpression",
"start": 3528,
"end": 3543,
"loc": {
"start": {
"line": 140,
"column": 51
},
"end": {
"line": 140,
"column": 66
}
},
"object": {
"type": "Identifier",
"start": 3528,
"end": 3535,
"loc": {
"start": {
"line": 140,
"column": 51
},
"end": {
"line": 140,
"column": 58
},
"identifierName": "payload"
},
"name": "payload"
},
"property": {
"type": "Identifier",
"start": 3536,
"end": 3543,
"loc": {
"start": {
"line": 140,
"column": 59
},
"end": {
"line": 140,
"column": 66
},
"identifierName": "results"
},
"name": "results"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3544,
"end": 3551,
"loc": {
"start": {
"line": 140,
"column": 67
},
"end": {
"line": 140,
"column": 74
},
"identifierName": "created"
},
"name": "created"
},
"computed": false
}
]
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3561,
"end": 3990,
"loc": {
"start": {
"line": 143,
"column": 0
},
"end": {
"line": 153,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 3561,
"end": 3989,
"loc": {
"start": {
"line": 143,
"column": 0
},
"end": {
"line": 153,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 3561,
"end": 3572,
"loc": {
"start": {
"line": 143,
"column": 0
},
"end": {
"line": 143,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 3561,
"end": 3565,
"loc": {
"start": {
"line": 143,
"column": 0
},
"end": {
"line": 143,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 3566,
"end": 3572,
"loc": {
"start": {
"line": 143,
"column": 5
},
"end": {
"line": 143,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3573,
"end": 3615,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 54
}
},
"extra": {
"rawValue": "Should log SEEDER_SUCCESS with run=false",
"raw": "'Should log SEEDER_SUCCESS with run=false'"
},
"value": "Should log SEEDER_SUCCESS with run=false"
},
{
"type": "ArrowFunctionExpression",
"start": 3617,
"end": 3988,
"loc": {
"start": {
"line": 143,
"column": 56
},
"end": {
"line": 153,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3617,
"end": 3618,
"loc": {
"start": {
"line": 143,
"column": 56
},
"end": {
"line": 143,
"column": 57
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 3622,
"end": 3988,
"loc": {
"start": {
"line": 143,
"column": 61
},
"end": {
"line": 153,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3626,
"end": 3662,
"loc": {
"start": {
"line": 144,
"column": 2
},
"end": {
"line": 144,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3632,
"end": 3661,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 3632,
"end": 3638,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 3641,
"end": 3661,
"loc": {
"start": {
"line": 144,
"column": 17
},
"end": {
"line": 144,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 3641,
"end": 3659,
"loc": {
"start": {
"line": 144,
"column": 17
},
"end": {
"line": 144,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 3666,
"end": 3743,
"loc": {
"start": {
"line": 146,
"column": 2
},
"end": {
"line": 146,
"column": 79
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3672,
"end": 3742,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 78
}
},
"id": {
"type": "Identifier",
"start": 3672,
"end": 3679,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 15
},
"identifierName": "payload"
},
"name": "payload"
},
"init": {
"type": "ObjectExpression",
"start": 3682,
"end": 3742,
"loc": {
"start": {
"line": 146,
"column": 18
},
"end": {
"line": 146,
"column": 78
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3684,
"end": 3701,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 146,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3684,
"end": 3688,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 146,
"column": 24
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 3690,
"end": 3701,
"loc": {
"start": {
"line": 146,
"column": 26
},
"end": {
"line": 146,
"column": 37
}
},
"extra": {
"rawValue": "some-name",
"raw": "'some-name'"
},
"value": "some-name"
}
},
{
"type": "ObjectProperty",
"start": 3703,
"end": 3740,
"loc": {
"start": {
"line": 146,
"column": 39
},
"end": {
"line": 146,
"column": 76
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3703,
"end": 3710,
"loc": {
"start": {
"line": 146,
"column": 39
},
"end": {
"line": 146,
"column": 46
},
"identifierName": "results"
},
"name": "results"
},
"value": {
"type": "ObjectExpression",
"start": 3712,
"end": 3740,
"loc": {
"start": {
"line": 146,
"column": 48
},
"end": {
"line": 146,
"column": 76
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3714,
"end": 3724,
"loc": {
"start": {
"line": 146,
"column": 50
},
"end": {
"line": 146,
"column": 60
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3714,
"end": 3717,
"loc": {
"start": {
"line": 146,
"column": 50
},
"end": {
"line": 146,
"column": 53
},
"identifierName": "run"
},
"name": "run"
},
"value": {
"type": "BooleanLiteral",
"start": 3719,
"end": 3724,
"loc": {
"start": {
"line": 146,
"column": 55
},
"end": {
"line": 146,
"column": 60
}
},
"value": false
}
},
{
"type": "ObjectProperty",
"start": 3726,
"end": 3738,
"loc": {
"start": {
"line": 146,
"column": 62
},
"end": {
"line": 146,
"column": 74
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3726,
"end": 3733,
"loc": {
"start": {
"line": 146,
"column": 62
},
"end": {
"line": 146,
"column": 69
},
"identifierName": "created"
},
"name": "created"
},
"value": {
"type": "StringLiteral",
"start": 3735,
"end": 3738,
"loc": {
"start": {
"line": 146,
"column": 71
},
"end": {
"line": 146,
"column": 74
}
},
"extra": {
"rawValue": "0",
"raw": "'0'"
},
"value": "0"
}
}
]
}
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 3747,
"end": 3796,
"loc": {
"start": {
"line": 148,
"column": 2
},
"end": {
"line": 148,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 3747,
"end": 3795,
"loc": {
"start": {
"line": 148,
"column": 2
},
"end": {
"line": 148,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 3747,
"end": 3758,
"loc": {
"start": {
"line": 148,
"column": 2
},
"end": {
"line": 148,
"column": 13
}
},
"object": {
"type": "Identifier",
"start": 3747,
"end": 3753,
"loc": {
"start": {
"line": 148,
"column": 2
},
"end": {
"line": 148,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 3754,
"end": 3758,
"loc": {
"start": {
"line": 148,
"column": 9
},
"end": {
"line": 148,
"column": 13
},
"identifierName": "next"
},
"name": "next"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 3759,
"end": 3794,
"loc": {
"start": {
"line": 148,
"column": 14
},
"end": {
"line": 148,
"column": 49
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3761,
"end": 3783,
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 148,
"column": 38
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3761,
"end": 3765,
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 148,
"column": 20
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 3767,
"end": 3783,
"loc": {
"start": {
"line": 148,
"column": 22
},
"end": {
"line": 148,
"column": 38
}
},
"extra": {
"rawValue": "SEEDER_SUCCESS",
"raw": "'SEEDER_SUCCESS'"
},
"value": "SEEDER_SUCCESS"
}
},
{
"type": "ObjectProperty",
"start": 3785,
"end": 3792,
"loc": {
"start": {
"line": 148,
"column": 40
},
"end": {
"line": 148,
"column": 47
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 3785,
"end": 3792,
"loc": {
"start": {
"line": 148,
"column": 40
},
"end": {
"line": 148,
"column": 47
},
"identifierName": "payload"
},
"name": "payload"
},
"value": {
"type": "Identifier",
"start": 3785,
"end": 3792,
"loc": {
"start": {
"line": 148,
"column": 40
},
"end": {
"line": 148,
"column": 47
},
"identifierName": "payload"
},
"name": "payload"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3800,
"end": 3839,
"loc": {
"start": {
"line": 150,
"column": 2
},
"end": {
"line": 150,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 3800,
"end": 3838,
"loc": {
"start": {
"line": 150,
"column": 2
},
"end": {
"line": 150,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 3800,
"end": 3806,
"loc": {
"start": {
"line": 150,
"column": 2
},
"end": {
"line": 150,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 3800,
"end": 3801,
"loc": {
"start": {
"line": 150,
"column": 2
},
"end": {
"line": 150,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 3802,
"end": 3806,
"loc": {
"start": {
"line": 150,
"column": 4
},
"end": {
"line": 150,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3807,
"end": 3837,
"loc": {
"start": {
"line": 150,
"column": 9
},
"end": {
"line": 150,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 3807,
"end": 3826,
"loc": {
"start": {
"line": 150,
"column": 9
},
"end": {
"line": 150,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 3807,
"end": 3821,
"loc": {
"start": {
"line": 150,
"column": 9
},
"end": {
"line": 150,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3807,
"end": 3813,
"loc": {
"start": {
"line": 150,
"column": 9
},
"end": {
"line": 150,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 3814,
"end": 3821,
"loc": {
"start": {
"line": 150,
"column": 16
},
"end": {
"line": 150,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3822,
"end": 3826,
"loc": {
"start": {
"line": 150,
"column": 24
},
"end": {
"line": 150,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3827,
"end": 3837,
"loc": {
"start": {
"line": 150,
"column": 29
},
"end": {
"line": 150,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3842,
"end": 3907,
"loc": {
"start": {
"line": 151,
"column": 2
},
"end": {
"line": 151,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 3842,
"end": 3906,
"loc": {
"start": {
"line": 151,
"column": 2
},
"end": {
"line": 151,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 3842,
"end": 3848,
"loc": {
"start": {
"line": 151,
"column": 2
},
"end": {
"line": 151,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 3842,
"end": 3843,
"loc": {
"start": {
"line": 151,
"column": 2
},
"end": {
"line": 151,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 3844,
"end": 3848,
"loc": {
"start": {
"line": 151,
"column": 4
},
"end": {
"line": 151,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3849,
"end": 3905,
"loc": {
"start": {
"line": 151,
"column": 9
},
"end": {
"line": 151,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 3849,
"end": 3878,
"loc": {
"start": {
"line": 151,
"column": 9
},
"end": {
"line": 151,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 3849,
"end": 3867,
"loc": {
"start": {
"line": 151,
"column": 9
},
"end": {
"line": 151,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 3849,
"end": 3863,
"loc": {
"start": {
"line": 151,
"column": 9
},
"end": {
"line": 151,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3849,
"end": 3855,
"loc": {
"start": {
"line": 151,
"column": 9
},
"end": {
"line": 151,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 3856,
"end": 3863,
"loc": {
"start": {
"line": 151,
"column": 16
},
"end": {
"line": 151,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3864,
"end": 3867,
"loc": {
"start": {
"line": 151,
"column": 24
},
"end": {
"line": 151,
"column": 27
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3868,
"end": 3878,
"loc": {
"start": {
"line": 151,
"column": 28
},
"end": {
"line": 151,
"column": 38
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3879,
"end": 3904,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 3879,
"end": 3890,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 3879,
"end": 3884,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 44
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 3885,
"end": 3890,
"loc": {
"start": {
"line": 151,
"column": 45
},
"end": {
"line": 151,
"column": 50
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3891,
"end": 3903,
"loc": {
"start": {
"line": 151,
"column": 51
},
"end": {
"line": 151,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 3891,
"end": 3898,
"loc": {
"start": {
"line": 151,
"column": 51
},
"end": {
"line": 151,
"column": 58
},
"identifierName": "payload"
},
"name": "payload"
},
"property": {
"type": "Identifier",
"start": 3899,
"end": 3903,
"loc": {
"start": {
"line": 151,
"column": 59
},
"end": {
"line": 151,
"column": 63
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
]
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3910,
"end": 3986,
"loc": {
"start": {
"line": 152,
"column": 2
},
"end": {
"line": 152,
"column": 78
}
},
"expression": {
"type": "CallExpression",
"start": 3910,
"end": 3985,
"loc": {
"start": {
"line": 152,
"column": 2
},
"end": {
"line": 152,
"column": 77
}
},
"callee": {
"type": "MemberExpression",
"start": 3910,
"end": 3916,
"loc": {
"start": {
"line": 152,
"column": 2
},
"end": {
"line": 152,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 3910,
"end": 3911,
"loc": {
"start": {
"line": 152,
"column": 2
},
"end": {
"line": 152,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 3912,
"end": 3916,
"loc": {
"start": {
"line": 152,
"column": 4
},
"end": {
"line": 152,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3917,
"end": 3984,
"loc": {
"start": {
"line": 152,
"column": 9
},
"end": {
"line": 152,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 3917,
"end": 3946,
"loc": {
"start": {
"line": 152,
"column": 9
},
"end": {
"line": 152,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 3917,
"end": 3935,
"loc": {
"start": {
"line": 152,
"column": 9
},
"end": {
"line": 152,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 3917,
"end": 3931,
"loc": {
"start": {
"line": 152,
"column": 9
},
"end": {
"line": 152,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 3917,
"end": 3923,
"loc": {
"start": {
"line": 152,
"column": 9
},
"end": {
"line": 152,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 3924,
"end": 3931,
"loc": {
"start": {
"line": 152,
"column": 16
},
"end": {
"line": 152,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3932,
"end": 3935,
"loc": {
"start": {
"line": 152,
"column": 24
},
"end": {
"line": 152,
"column": 27
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3936,
"end": 3946,
"loc": {
"start": {
"line": 152,
"column": 28
},
"end": {
"line": 152,
"column": 38
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 3947,
"end": 3983,
"loc": {
"start": {
"line": 152,
"column": 39
},
"end": {
"line": 152,
"column": 75
}
},
"callee": {
"type": "MemberExpression",
"start": 3947,
"end": 3958,
"loc": {
"start": {
"line": 152,
"column": 39
},
"end": {
"line": 152,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 3947,
"end": 3952,
"loc": {
"start": {
"line": 152,
"column": 39
},
"end": {
"line": 152,
"column": 44
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 3953,
"end": 3958,
"loc": {
"start": {
"line": 152,
"column": 45
},
"end": {
"line": 152,
"column": 50
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3959,
"end": 3982,
"loc": {
"start": {
"line": 152,
"column": 51
},
"end": {
"line": 152,
"column": 74
}
},
"object": {
"type": "MemberExpression",
"start": 3959,
"end": 3974,
"loc": {
"start": {
"line": 152,
"column": 51
},
"end": {
"line": 152,
"column": 66
}
},
"object": {
"type": "Identifier",
"start": 3959,
"end": 3966,
"loc": {
"start": {
"line": 152,
"column": 51
},
"end": {
"line": 152,
"column": 58
},
"identifierName": "payload"
},
"name": "payload"
},
"property": {
"type": "Identifier",
"start": 3967,
"end": 3974,
"loc": {
"start": {
"line": 152,
"column": 59
},
"end": {
"line": 152,
"column": 66
},
"identifierName": "results"
},
"name": "results"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3975,
"end": 3982,
"loc": {
"start": {
"line": 152,
"column": 67
},
"end": {
"line": 152,
"column": 74
},
"identifierName": "created"
},
"name": "created"
},
"computed": false
}
]
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3992,
"end": 4282,
"loc": {
"start": {
"line": 155,
"column": 0
},
"end": {
"line": 164,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 3992,
"end": 4281,
"loc": {
"start": {
"line": 155,
"column": 0
},
"end": {
"line": 164,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 3992,
"end": 4003,
"loc": {
"start": {
"line": 155,
"column": 0
},
"end": {
"line": 155,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 3992,
"end": 3996,
"loc": {
"start": {
"line": 155,
"column": 0
},
"end": {
"line": 155,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 3997,
"end": 4003,
"loc": {
"start": {
"line": 155,
"column": 5
},
"end": {
"line": 155,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4004,
"end": 4039,
"loc": {
"start": {
"line": 155,
"column": 12
},
"end": {
"line": 155,
"column": 47
}
},
"extra": {
"rawValue": "Should log MONGOOSE_CONNECT_ERROR",
"raw": "'Should log MONGOOSE_CONNECT_ERROR'"
},
"value": "Should log MONGOOSE_CONNECT_ERROR"
},
{
"type": "ArrowFunctionExpression",
"start": 4041,
"end": 4280,
"loc": {
"start": {
"line": 155,
"column": 49
},
"end": {
"line": 164,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4041,
"end": 4042,
"loc": {
"start": {
"line": 155,
"column": 49
},
"end": {
"line": 155,
"column": 50
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 4046,
"end": 4280,
"loc": {
"start": {
"line": 155,
"column": 54
},
"end": {
"line": 164,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4050,
"end": 4086,
"loc": {
"start": {
"line": 156,
"column": 2
},
"end": {
"line": 156,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4056,
"end": 4085,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 4056,
"end": 4062,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 4065,
"end": 4085,
"loc": {
"start": {
"line": 156,
"column": 17
},
"end": {
"line": 156,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 4065,
"end": 4083,
"loc": {
"start": {
"line": 156,
"column": 17
},
"end": {
"line": 156,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 4090,
"end": 4139,
"loc": {
"start": {
"line": 158,
"column": 2
},
"end": {
"line": 158,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 4090,
"end": 4138,
"loc": {
"start": {
"line": 158,
"column": 2
},
"end": {
"line": 158,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 4090,
"end": 4102,
"loc": {
"start": {
"line": 158,
"column": 2
},
"end": {
"line": 158,
"column": 14
}
},
"object": {
"type": "Identifier",
"start": 4090,
"end": 4096,
"loc": {
"start": {
"line": 158,
"column": 2
},
"end": {
"line": 158,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 4097,
"end": 4102,
"loc": {
"start": {
"line": 158,
"column": 9
},
"end": {
"line": 158,
"column": 14
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 4103,
"end": 4137,
"loc": {
"start": {
"line": 158,
"column": 15
},
"end": {
"line": 158,
"column": 49
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 4105,
"end": 4135,
"loc": {
"start": {
"line": 158,
"column": 17
},
"end": {
"line": 158,
"column": 47
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4105,
"end": 4109,
"loc": {
"start": {
"line": 158,
"column": 17
},
"end": {
"line": 158,
"column": 21
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 4111,
"end": 4135,
"loc": {
"start": {
"line": 158,
"column": 23
},
"end": {
"line": 158,
"column": 47
}
},
"extra": {
"rawValue": "MONGOOSE_CONNECT_ERROR",
"raw": "'MONGOOSE_CONNECT_ERROR'"
},
"value": "MONGOOSE_CONNECT_ERROR"
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4143,
"end": 4182,
"loc": {
"start": {
"line": 160,
"column": 2
},
"end": {
"line": 160,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 4143,
"end": 4181,
"loc": {
"start": {
"line": 160,
"column": 2
},
"end": {
"line": 160,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 4143,
"end": 4149,
"loc": {
"start": {
"line": 160,
"column": 2
},
"end": {
"line": 160,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 4143,
"end": 4144,
"loc": {
"start": {
"line": 160,
"column": 2
},
"end": {
"line": 160,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 4145,
"end": 4149,
"loc": {
"start": {
"line": 160,
"column": 4
},
"end": {
"line": 160,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4150,
"end": 4180,
"loc": {
"start": {
"line": 160,
"column": 9
},
"end": {
"line": 160,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 4150,
"end": 4169,
"loc": {
"start": {
"line": 160,
"column": 9
},
"end": {
"line": 160,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 4150,
"end": 4164,
"loc": {
"start": {
"line": 160,
"column": 9
},
"end": {
"line": 160,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 4150,
"end": 4156,
"loc": {
"start": {
"line": 160,
"column": 9
},
"end": {
"line": 160,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 4157,
"end": 4164,
"loc": {
"start": {
"line": 160,
"column": 16
},
"end": {
"line": 160,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4165,
"end": 4169,
"loc": {
"start": {
"line": 160,
"column": 24
},
"end": {
"line": 160,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4170,
"end": 4180,
"loc": {
"start": {
"line": 160,
"column": 29
},
"end": {
"line": 160,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4185,
"end": 4278,
"loc": {
"start": {
"line": 161,
"column": 2
},
"end": {
"line": 163,
"column": 4
}
},
"expression": {
"type": "CallExpression",
"start": 4185,
"end": 4277,
"loc": {
"start": {
"line": 161,
"column": 2
},
"end": {
"line": 163,
"column": 3
}
},
"callee": {
"type": "MemberExpression",
"start": 4185,
"end": 4191,
"loc": {
"start": {
"line": 161,
"column": 2
},
"end": {
"line": 161,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 4185,
"end": 4186,
"loc": {
"start": {
"line": 161,
"column": 2
},
"end": {
"line": 161,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 4187,
"end": 4191,
"loc": {
"start": {
"line": 161,
"column": 4
},
"end": {
"line": 161,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 4197,
"end": 4273,
"loc": {
"start": {
"line": 162,
"column": 4
},
"end": {
"line": 162,
"column": 80
}
},
"callee": {
"type": "MemberExpression",
"start": 4197,
"end": 4226,
"loc": {
"start": {
"line": 162,
"column": 4
},
"end": {
"line": 162,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 4197,
"end": 4215,
"loc": {
"start": {
"line": 162,
"column": 4
},
"end": {
"line": 162,
"column": 22
}
},
"object": {
"type": "MemberExpression",
"start": 4197,
"end": 4211,
"loc": {
"start": {
"line": 162,
"column": 4
},
"end": {
"line": 162,
"column": 18
}
},
"object": {
"type": "Identifier",
"start": 4197,
"end": 4203,
"loc": {
"start": {
"line": 162,
"column": 4
},
"end": {
"line": 162,
"column": 10
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 4204,
"end": 4211,
"loc": {
"start": {
"line": 162,
"column": 11
},
"end": {
"line": 162,
"column": 18
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4212,
"end": 4215,
"loc": {
"start": {
"line": 162,
"column": 19
},
"end": {
"line": 162,
"column": 22
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4216,
"end": 4226,
"loc": {
"start": {
"line": 162,
"column": 23
},
"end": {
"line": 162,
"column": 33
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 4227,
"end": 4272,
"loc": {
"start": {
"line": 162,
"column": 34
},
"end": {
"line": 162,
"column": 79
}
},
"callee": {
"type": "MemberExpression",
"start": 4227,
"end": 4238,
"loc": {
"start": {
"line": 162,
"column": 34
},
"end": {
"line": 162,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 4227,
"end": 4232,
"loc": {
"start": {
"line": 162,
"column": 34
},
"end": {
"line": 162,
"column": 39
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 4233,
"end": 4238,
"loc": {
"start": {
"line": 162,
"column": 40
},
"end": {
"line": 162,
"column": 45
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "RegExpLiteral",
"start": 4239,
"end": 4271,
"loc": {
"start": {
"line": 162,
"column": 46
},
"end": {
"line": 162,
"column": 78
}
},
"extra": {
"raw": "/Unable to connected to MongoDB/"
},
"pattern": "Unable to connected to MongoDB",
"flags": ""
}
]
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4284,
"end": 4553,
"loc": {
"start": {
"line": 166,
"column": 0
},
"end": {
"line": 173,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 4284,
"end": 4552,
"loc": {
"start": {
"line": 166,
"column": 0
},
"end": {
"line": 173,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 4284,
"end": 4295,
"loc": {
"start": {
"line": 166,
"column": 0
},
"end": {
"line": 166,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 4284,
"end": 4288,
"loc": {
"start": {
"line": 166,
"column": 0
},
"end": {
"line": 166,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 4289,
"end": 4295,
"loc": {
"start": {
"line": 166,
"column": 5
},
"end": {
"line": 166,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4296,
"end": 4328,
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 44
}
},
"extra": {
"rawValue": "Should log MONGOOSE_DROP_ERROR",
"raw": "'Should log MONGOOSE_DROP_ERROR'"
},
"value": "Should log MONGOOSE_DROP_ERROR"
},
{
"type": "ArrowFunctionExpression",
"start": 4330,
"end": 4551,
"loc": {
"start": {
"line": 166,
"column": 46
},
"end": {
"line": 173,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4330,
"end": 4331,
"loc": {
"start": {
"line": 166,
"column": 46
},
"end": {
"line": 166,
"column": 47
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 4335,
"end": 4551,
"loc": {
"start": {
"line": 166,
"column": 51
},
"end": {
"line": 173,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4339,
"end": 4375,
"loc": {
"start": {
"line": 167,
"column": 2
},
"end": {
"line": 167,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4345,
"end": 4374,
"loc": {
"start": {
"line": 167,
"column": 8
},
"end": {
"line": 167,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 4345,
"end": 4351,
"loc": {
"start": {
"line": 167,
"column": 8
},
"end": {
"line": 167,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 4354,
"end": 4374,
"loc": {
"start": {
"line": 167,
"column": 17
},
"end": {
"line": 167,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 4354,
"end": 4372,
"loc": {
"start": {
"line": 167,
"column": 17
},
"end": {
"line": 167,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 4379,
"end": 4425,
"loc": {
"start": {
"line": 169,
"column": 2
},
"end": {
"line": 169,
"column": 48
}
},
"expression": {
"type": "CallExpression",
"start": 4379,
"end": 4424,
"loc": {
"start": {
"line": 169,
"column": 2
},
"end": {
"line": 169,
"column": 47
}
},
"callee": {
"type": "MemberExpression",
"start": 4379,
"end": 4391,
"loc": {
"start": {
"line": 169,
"column": 2
},
"end": {
"line": 169,
"column": 14
}
},
"object": {
"type": "Identifier",
"start": 4379,
"end": 4385,
"loc": {
"start": {
"line": 169,
"column": 2
},
"end": {
"line": 169,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 4386,
"end": 4391,
"loc": {
"start": {
"line": 169,
"column": 9
},
"end": {
"line": 169,
"column": 14
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 4392,
"end": 4423,
"loc": {
"start": {
"line": 169,
"column": 15
},
"end": {
"line": 169,
"column": 46
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 4394,
"end": 4421,
"loc": {
"start": {
"line": 169,
"column": 17
},
"end": {
"line": 169,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4394,
"end": 4398,
"loc": {
"start": {
"line": 169,
"column": 17
},
"end": {
"line": 169,
"column": 21
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 4400,
"end": 4421,
"loc": {
"start": {
"line": 169,
"column": 23
},
"end": {
"line": 169,
"column": 44
}
},
"extra": {
"rawValue": "MONGOOSE_DROP_ERROR",
"raw": "'MONGOOSE_DROP_ERROR'"
},
"value": "MONGOOSE_DROP_ERROR"
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4429,
"end": 4468,
"loc": {
"start": {
"line": 171,
"column": 2
},
"end": {
"line": 171,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 4429,
"end": 4467,
"loc": {
"start": {
"line": 171,
"column": 2
},
"end": {
"line": 171,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 4429,
"end": 4435,
"loc": {
"start": {
"line": 171,
"column": 2
},
"end": {
"line": 171,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 4429,
"end": 4430,
"loc": {
"start": {
"line": 171,
"column": 2
},
"end": {
"line": 171,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 4431,
"end": 4435,
"loc": {
"start": {
"line": 171,
"column": 4
},
"end": {
"line": 171,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4436,
"end": 4466,
"loc": {
"start": {
"line": 171,
"column": 9
},
"end": {
"line": 171,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 4436,
"end": 4455,
"loc": {
"start": {
"line": 171,
"column": 9
},
"end": {
"line": 171,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 4436,
"end": 4450,
"loc": {
"start": {
"line": 171,
"column": 9
},
"end": {
"line": 171,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 4436,
"end": 4442,
"loc": {
"start": {
"line": 171,
"column": 9
},
"end": {
"line": 171,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 4443,
"end": 4450,
"loc": {
"start": {
"line": 171,
"column": 16
},
"end": {
"line": 171,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4451,
"end": 4455,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4456,
"end": 4466,
"loc": {
"start": {
"line": 171,
"column": 29
},
"end": {
"line": 171,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4471,
"end": 4549,
"loc": {
"start": {
"line": 172,
"column": 2
},
"end": {
"line": 172,
"column": 80
}
},
"expression": {
"type": "CallExpression",
"start": 4471,
"end": 4548,
"loc": {
"start": {
"line": 172,
"column": 2
},
"end": {
"line": 172,
"column": 79
}
},
"callee": {
"type": "MemberExpression",
"start": 4471,
"end": 4477,
"loc": {
"start": {
"line": 172,
"column": 2
},
"end": {
"line": 172,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 4471,
"end": 4472,
"loc": {
"start": {
"line": 172,
"column": 2
},
"end": {
"line": 172,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 4473,
"end": 4477,
"loc": {
"start": {
"line": 172,
"column": 4
},
"end": {
"line": 172,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 4478,
"end": 4547,
"loc": {
"start": {
"line": 172,
"column": 9
},
"end": {
"line": 172,
"column": 78
}
},
"callee": {
"type": "MemberExpression",
"start": 4478,
"end": 4507,
"loc": {
"start": {
"line": 172,
"column": 9
},
"end": {
"line": 172,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 4478,
"end": 4496,
"loc": {
"start": {
"line": 172,
"column": 9
},
"end": {
"line": 172,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 4478,
"end": 4492,
"loc": {
"start": {
"line": 172,
"column": 9
},
"end": {
"line": 172,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 4478,
"end": 4484,
"loc": {
"start": {
"line": 172,
"column": 9
},
"end": {
"line": 172,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 4485,
"end": 4492,
"loc": {
"start": {
"line": 172,
"column": 16
},
"end": {
"line": 172,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4493,
"end": 4496,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 27
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4497,
"end": 4507,
"loc": {
"start": {
"line": 172,
"column": 28
},
"end": {
"line": 172,
"column": 38
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 4508,
"end": 4546,
"loc": {
"start": {
"line": 172,
"column": 39
},
"end": {
"line": 172,
"column": 77
}
},
"callee": {
"type": "MemberExpression",
"start": 4508,
"end": 4519,
"loc": {
"start": {
"line": 172,
"column": 39
},
"end": {
"line": 172,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 4508,
"end": 4513,
"loc": {
"start": {
"line": 172,
"column": 39
},
"end": {
"line": 172,
"column": 44
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 4514,
"end": 4519,
"loc": {
"start": {
"line": 172,
"column": 45
},
"end": {
"line": 172,
"column": 50
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "RegExpLiteral",
"start": 4520,
"end": 4545,
"loc": {
"start": {
"line": 172,
"column": 51
},
"end": {
"line": 172,
"column": 76
}
},
"extra": {
"raw": "/Unable to drop database/"
},
"pattern": "Unable to drop database",
"flags": ""
}
]
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4555,
"end": 4848,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 184,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 4555,
"end": 4847,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 184,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 4555,
"end": 4566,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 175,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 4555,
"end": 4559,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 175,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 4560,
"end": 4566,
"loc": {
"start": {
"line": 175,
"column": 5
},
"end": {
"line": 175,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4567,
"end": 4592,
"loc": {
"start": {
"line": 175,
"column": 12
},
"end": {
"line": 175,
"column": 37
}
},
"extra": {
"rawValue": "Should log SEEDER_ERROR",
"raw": "'Should log SEEDER_ERROR'"
},
"value": "Should log SEEDER_ERROR"
},
{
"type": "ArrowFunctionExpression",
"start": 4594,
"end": 4846,
"loc": {
"start": {
"line": 175,
"column": 39
},
"end": {
"line": 184,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4594,
"end": 4595,
"loc": {
"start": {
"line": 175,
"column": 39
},
"end": {
"line": 175,
"column": 40
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 4599,
"end": 4846,
"loc": {
"start": {
"line": 175,
"column": 44
},
"end": {
"line": 184,
"column": 1
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4603,
"end": 4639,
"loc": {
"start": {
"line": 176,
"column": 2
},
"end": {
"line": 176,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4609,
"end": 4638,
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 4609,
"end": 4615,
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 4618,
"end": 4638,
"loc": {
"start": {
"line": 176,
"column": 17
},
"end": {
"line": 176,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 4618,
"end": 4636,
"loc": {
"start": {
"line": 176,
"column": 17
},
"end": {
"line": 176,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4643,
"end": 4681,
"loc": {
"start": {
"line": 178,
"column": 2
},
"end": {
"line": 178,
"column": 40
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4649,
"end": 4680,
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 39
}
},
"id": {
"type": "Identifier",
"start": 4649,
"end": 4656,
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 15
},
"identifierName": "payload"
},
"name": "payload"
},
"init": {
"type": "ObjectExpression",
"start": 4659,
"end": 4680,
"loc": {
"start": {
"line": 178,
"column": 18
},
"end": {
"line": 178,
"column": 39
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 4661,
"end": 4678,
"loc": {
"start": {
"line": 178,
"column": 20
},
"end": {
"line": 178,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4661,
"end": 4665,
"loc": {
"start": {
"line": 178,
"column": 20
},
"end": {
"line": 178,
"column": 24
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 4667,
"end": 4678,
"loc": {
"start": {
"line": 178,
"column": 26
},
"end": {
"line": 178,
"column": 37
}
},
"extra": {
"rawValue": "some-name",
"raw": "'some-name'"
},
"value": "some-name"
}
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 4685,
"end": 4733,
"loc": {
"start": {
"line": 180,
"column": 2
},
"end": {
"line": 180,
"column": 50
}
},
"expression": {
"type": "CallExpression",
"start": 4685,
"end": 4732,
"loc": {
"start": {
"line": 180,
"column": 2
},
"end": {
"line": 180,
"column": 49
}
},
"callee": {
"type": "MemberExpression",
"start": 4685,
"end": 4697,
"loc": {
"start": {
"line": 180,
"column": 2
},
"end": {
"line": 180,
"column": 14
}
},
"object": {
"type": "Identifier",
"start": 4685,
"end": 4691,
"loc": {
"start": {
"line": 180,
"column": 2
},
"end": {
"line": 180,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 4692,
"end": 4697,
"loc": {
"start": {
"line": 180,
"column": 9
},
"end": {
"line": 180,
"column": 14
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 4698,
"end": 4731,
"loc": {
"start": {
"line": 180,
"column": 15
},
"end": {
"line": 180,
"column": 48
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 4700,
"end": 4720,
"loc": {
"start": {
"line": 180,
"column": 17
},
"end": {
"line": 180,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4700,
"end": 4704,
"loc": {
"start": {
"line": 180,
"column": 17
},
"end": {
"line": 180,
"column": 21
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 4706,
"end": 4720,
"loc": {
"start": {
"line": 180,
"column": 23
},
"end": {
"line": 180,
"column": 37
}
},
"extra": {
"rawValue": "SEEDER_ERROR",
"raw": "'SEEDER_ERROR'"
},
"value": "SEEDER_ERROR"
}
},
{
"type": "ObjectProperty",
"start": 4722,
"end": 4729,
"loc": {
"start": {
"line": 180,
"column": 39
},
"end": {
"line": 180,
"column": 46
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 4722,
"end": 4729,
"loc": {
"start": {
"line": 180,
"column": 39
},
"end": {
"line": 180,
"column": 46
},
"identifierName": "payload"
},
"name": "payload"
},
"value": {
"type": "Identifier",
"start": 4722,
"end": 4729,
"loc": {
"start": {
"line": 180,
"column": 39
},
"end": {
"line": 180,
"column": 46
},
"identifierName": "payload"
},
"name": "payload"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4737,
"end": 4776,
"loc": {
"start": {
"line": 182,
"column": 2
},
"end": {
"line": 182,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 4737,
"end": 4775,
"loc": {
"start": {
"line": 182,
"column": 2
},
"end": {
"line": 182,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 4737,
"end": 4743,
"loc": {
"start": {
"line": 182,
"column": 2
},
"end": {
"line": 182,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 4737,
"end": 4738,
"loc": {
"start": {
"line": 182,
"column": 2
},
"end": {
"line": 182,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 4739,
"end": 4743,
"loc": {
"start": {
"line": 182,
"column": 4
},
"end": {
"line": 182,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4744,
"end": 4774,
"loc": {
"start": {
"line": 182,
"column": 9
},
"end": {
"line": 182,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 4744,
"end": 4763,
"loc": {
"start": {
"line": 182,
"column": 9
},
"end": {
"line": 182,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 4744,
"end": 4758,
"loc": {
"start": {
"line": 182,
"column": 9
},
"end": {
"line": 182,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 4744,
"end": 4750,
"loc": {
"start": {
"line": 182,
"column": 9
},
"end": {
"line": 182,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 4751,
"end": 4758,
"loc": {
"start": {
"line": 182,
"column": 16
},
"end": {
"line": 182,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4759,
"end": 4763,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4764,
"end": 4774,
"loc": {
"start": {
"line": 182,
"column": 29
},
"end": {
"line": 182,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4779,
"end": 4844,
"loc": {
"start": {
"line": 183,
"column": 2
},
"end": {
"line": 183,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 4779,
"end": 4843,
"loc": {
"start": {
"line": 183,
"column": 2
},
"end": {
"line": 183,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 4779,
"end": 4785,
"loc": {
"start": {
"line": 183,
"column": 2
},
"end": {
"line": 183,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 4779,
"end": 4780,
"loc": {
"start": {
"line": 183,
"column": 2
},
"end": {
"line": 183,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 4781,
"end": 4785,
"loc": {
"start": {
"line": 183,
"column": 4
},
"end": {
"line": 183,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 4786,
"end": 4842,
"loc": {
"start": {
"line": 183,
"column": 9
},
"end": {
"line": 183,
"column": 65
}
},
"callee": {
"type": "MemberExpression",
"start": 4786,
"end": 4815,
"loc": {
"start": {
"line": 183,
"column": 9
},
"end": {
"line": 183,
"column": 38
}
},
"object": {
"type": "MemberExpression",
"start": 4786,
"end": 4804,
"loc": {
"start": {
"line": 183,
"column": 9
},
"end": {
"line": 183,
"column": 27
}
},
"object": {
"type": "MemberExpression",
"start": 4786,
"end": 4800,
"loc": {
"start": {
"line": 183,
"column": 9
},
"end": {
"line": 183,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 4786,
"end": 4792,
"loc": {
"start": {
"line": 183,
"column": 9
},
"end": {
"line": 183,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 4793,
"end": 4800,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4801,
"end": 4804,
"loc": {
"start": {
"line": 183,
"column": 24
},
"end": {
"line": 183,
"column": 27
},
"identifierName": "log"
},
"name": "log"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4805,
"end": 4815,
"loc": {
"start": {
"line": 183,
"column": 28
},
"end": {
"line": 183,
"column": 38
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 4816,
"end": 4841,
"loc": {
"start": {
"line": 183,
"column": 39
},
"end": {
"line": 183,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 4816,
"end": 4827,
"loc": {
"start": {
"line": 183,
"column": 39
},
"end": {
"line": 183,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 4816,
"end": 4821,
"loc": {
"start": {
"line": 183,
"column": 39
},
"end": {
"line": 183,
"column": 44
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 4822,
"end": 4827,
"loc": {
"start": {
"line": 183,
"column": 45
},
"end": {
"line": 183,
"column": 50
},
"identifierName": "match"
},
"name": "match"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4828,
"end": 4840,
"loc": {
"start": {
"line": 183,
"column": 51
},
"end": {
"line": 183,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 4828,
"end": 4835,
"loc": {
"start": {
"line": 183,
"column": 51
},
"end": {
"line": 183,
"column": 58
},
"identifierName": "payload"
},
"name": "payload"
},
"property": {
"type": "Identifier",
"start": 4836,
"end": 4840,
"loc": {
"start": {
"line": 183,
"column": 59
},
"end": {
"line": 183,
"column": 63
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
]
}
]
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4850,
"end": 5200,
"loc": {
"start": {
"line": 186,
"column": 0
},
"end": {
"line": 199,
"column": 3
}
},
"expression": {
"type": "CallExpression",
"start": 4850,
"end": 5199,
"loc": {
"start": {
"line": 186,
"column": 0
},
"end": {
"line": 199,
"column": 2
}
},
"callee": {
"type": "MemberExpression",
"start": 4850,
"end": 4861,
"loc": {
"start": {
"line": 186,
"column": 0
},
"end": {
"line": 186,
"column": 11
}
},
"object": {
"type": "Identifier",
"start": 4850,
"end": 4854,
"loc": {
"start": {
"line": 186,
"column": 0
},
"end": {
"line": 186,
"column": 4
},
"identifierName": "test"
},
"name": "test"
},
"property": {
"type": "Identifier",
"start": 4855,
"end": 4861,
"loc": {
"start": {
"line": 186,
"column": 5
},
"end": {
"line": 186,
"column": 11
},
"identifierName": "serial"
},
"name": "serial"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4862,
"end": 4880,
"loc": {
"start": {
"line": 186,
"column": 12
},
"end": {
"line": 186,
"column": 30
}
},
"extra": {
"rawValue": "Should log error",
"raw": "'Should log error'"
},
"value": "Should log error"
},
{
"type": "ArrowFunctionExpression",
"start": 4882,
"end": 5198,
"loc": {
"start": {
"line": 186,
"column": 32
},
"end": {
"line": 199,
"column": 1
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4882,
"end": 4883,
"loc": {
"start": {
"line": 186,
"column": 32
},
"end": {
"line": 186,
"column": 33
},
"identifierName": "t"
},
"name": "t"
}
],
"body": {
"type": "BlockStatement",
"start": 4887,
"end": 5198,
"loc": {
"start": {
"line": 186,
"column": 37
},
"end": {
"line": 199,
"column": 1
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4891,
"end": 4927,
"loc": {
"start": {
"line": 187,
"column": 2
},
"end": {
"line": 187,
"column": 38
}
},
"expression": {
"type": "CallExpression",
"start": 4891,
"end": 4926,
"loc": {
"start": {
"line": 187,
"column": 2
},
"end": {
"line": 187,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
"start": 4891,
"end": 4901,
"loc": {
"start": {
"line": 187,
"column": 2
},
"end": {
"line": 187,
"column": 12
}
},
"object": {
"type": "Identifier",
"start": 4891,
"end": 4896,
"loc": {
"start": {
"line": 187,
"column": 2
},
"end": {
"line": 187,
"column": 7
},
"identifierName": "sinon"
},
"name": "sinon"
},
"property": {
"type": "Identifier",
"start": 4897,
"end": 4901,
"loc": {
"start": {
"line": 187,
"column": 8
},
"end": {
"line": 187,
"column": 12
},
"identifierName": "stub"
},
"name": "stub"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4902,
"end": 4916,
"loc": {
"start": {
"line": 187,
"column": 13
},
"end": {
"line": 187,
"column": 27
}
},
"object": {
"type": "Identifier",
"start": 4902,
"end": 4908,
"loc": {
"start": {
"line": 187,
"column": 13
},
"end": {
"line": 187,
"column": 19
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 4909,
"end": 4916,
"loc": {
"start": {
"line": 187,
"column": 20
},
"end": {
"line": 187,
"column": 27
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
{
"type": "StringLiteral",
"start": 4918,
"end": 4925,
"loc": {
"start": {
"line": 187,
"column": 29
},
"end": {
"line": 187,
"column": 36
}
},
"extra": {
"rawValue": "error",
"raw": "'error'"
},
"value": "error"
}
]
}
},
{
"type": "VariableDeclaration",
"start": 4931,
"end": 4967,
"loc": {
"start": {
"line": 189,
"column": 2
},
"end": {
"line": 189,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4937,
"end": 4966,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 4937,
"end": 4943,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 14
},
"identifierName": "logger"
},
"name": "logger"
},
"init": {
"type": "CallExpression",
"start": 4946,
"end": 4966,
"loc": {
"start": {
"line": 189,
"column": 17
},
"end": {
"line": 189,
"column": 37
}
},
"callee": {
"type": "Identifier",
"start": 4946,
"end": 4964,
"loc": {
"start": {
"line": 189,
"column": 17
},
"end": {
"line": 189,
"column": 35
},
"identifierName": "createMockedLogger"
},
"name": "createMockedLogger"
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4971,
"end": 5011,
"loc": {
"start": {
"line": 191,
"column": 2
},
"end": {
"line": 191,
"column": 42
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4977,
"end": 5010,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 191,
"column": 41
}
},
"id": {
"type": "Identifier",
"start": 4977,
"end": 4984,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 191,
"column": 15
},
"identifierName": "payload"
},
"name": "payload"
},
"init": {
"type": "ObjectExpression",
"start": 4987,
"end": 5010,
"loc": {
"start": {
"line": 191,
"column": 18
},
"end": {
"line": 191,
"column": 41
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 4989,
"end": 5008,
"loc": {
"start": {
"line": 191,
"column": 20
},
"end": {
"line": 191,
"column": 39
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4989,
"end": 4994,
"loc": {
"start": {
"line": 191,
"column": 20
},
"end": {
"line": 191,
"column": 25
},
"identifierName": "error"
},
"name": "error"
},
"value": {
"type": "StringLiteral",
"start": 4996,
"end": 5008,
"loc": {
"start": {
"line": 191,
"column": 27
},
"end": {
"line": 191,
"column": 39
}
},
"extra": {
"rawValue": "some-error",
"raw": "'some-error'"
},
"value": "some-error"
}
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 5015,
"end": 5060,
"loc": {
"start": {
"line": 193,
"column": 2
},
"end": {
"line": 193,
"column": 47
}
},
"expression": {
"type": "CallExpression",
"start": 5015,
"end": 5059,
"loc": {
"start": {
"line": 193,
"column": 2
},
"end": {
"line": 193,
"column": 46
}
},
"callee": {
"type": "MemberExpression",
"start": 5015,
"end": 5027,
"loc": {
"start": {
"line": 193,
"column": 2
},
"end": {
"line": 193,
"column": 14
}
},
"object": {
"type": "Identifier",
"start": 5015,
"end": 5021,
"loc": {
"start": {
"line": 193,
"column": 2
},
"end": {
"line": 193,
"column": 8
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 5022,
"end": 5027,
"loc": {
"start": {
"line": 193,
"column": 9
},
"end": {
"line": 193,
"column": 14
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 5028,
"end": 5058,
"loc": {
"start": {
"line": 193,
"column": 15
},
"end": {
"line": 193,
"column": 45
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 5030,
"end": 5047,
"loc": {
"start": {
"line": 193,
"column": 17
},
"end": {
"line": 193,
"column": 34
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5030,
"end": 5034,
"loc": {
"start": {
"line": 193,
"column": 17
},
"end": {
"line": 193,
"column": 21
},
"identifierName": "type"
},
"name": "type"
},
"value": {
"type": "StringLiteral",
"start": 5036,
"end": 5047,
"loc": {
"start": {
"line": 193,
"column": 23
},
"end": {
"line": 193,
"column": 34
}
},
"extra": {
"rawValue": "some-type",
"raw": "'some-type'"
},
"value": "some-type"
}
},
{
"type": "ObjectProperty",
"start": 5049,
"end": 5056,
"loc": {
"start": {
"line": 193,
"column": 36
},
"end": {
"line": 193,
"column": 43
}
},
"method": false,
"shorthand": true,
"computed": false,
"key": {
"type": "Identifier",
"start": 5049,
"end": 5056,
"loc": {
"start": {
"line": 193,
"column": 36
},
"end": {
"line": 193,
"column": 43
},
"identifierName": "payload"
},
"name": "payload"
},
"value": {
"type": "Identifier",
"start": 5049,
"end": 5056,
"loc": {
"start": {
"line": 193,
"column": 36
},
"end": {
"line": 193,
"column": 43
},
"identifierName": "payload"
},
"name": "payload"
},
"extra": {
"shorthand": true
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 5064,
"end": 5103,
"loc": {
"start": {
"line": 195,
"column": 2
},
"end": {
"line": 195,
"column": 41
}
},
"expression": {
"type": "CallExpression",
"start": 5064,
"end": 5102,
"loc": {
"start": {
"line": 195,
"column": 2
},
"end": {
"line": 195,
"column": 40
}
},
"callee": {
"type": "MemberExpression",
"start": 5064,
"end": 5070,
"loc": {
"start": {
"line": 195,
"column": 2
},
"end": {
"line": 195,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 5064,
"end": 5065,
"loc": {
"start": {
"line": 195,
"column": 2
},
"end": {
"line": 195,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 5066,
"end": 5070,
"loc": {
"start": {
"line": 195,
"column": 4
},
"end": {
"line": 195,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 5071,
"end": 5101,
"loc": {
"start": {
"line": 195,
"column": 9
},
"end": {
"line": 195,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 5071,
"end": 5090,
"loc": {
"start": {
"line": 195,
"column": 9
},
"end": {
"line": 195,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 5071,
"end": 5085,
"loc": {
"start": {
"line": 195,
"column": 9
},
"end": {
"line": 195,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 5071,
"end": 5077,
"loc": {
"start": {
"line": 195,
"column": 9
},
"end": {
"line": 195,
"column": 15
},
"identifierName": "logger"
},
"name": "logger"
},
"property": {
"type": "Identifier",
"start": 5078,
"end": 5085,
"loc": {
"start": {
"line": 195,
"column": 16
},
"end": {
"line": 195,
"column": 23
},
"identifierName": "spinner"
},
"name": "spinner"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5086,
"end": 5090,
"loc": {
"start": {
"line": 195,
"column": 24
},
"end": {
"line": 195,
"column": 28
},
"identifierName": "stop"
},
"name": "stop"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5091,
"end": 5101,
"loc": {
"start": {
"line": 195,
"column": 29
},
"end": {
"line": 195,
"column": 39
},
"identifierName": "calledOnce"
},
"name": "calledOnce"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 5106,
"end": 5161,
"loc": {
"start": {
"line": 196,
"column": 2
},
"end": {
"line": 196,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 5106,
"end": 5160,
"loc": {
"start": {
"line": 196,
"column": 2
},
"end": {
"line": 196,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 5106,
"end": 5112,
"loc": {
"start": {
"line": 196,
"column": 2
},
"end": {
"line": 196,
"column": 8
}
},
"object": {
"type": "Identifier",
"start": 5106,
"end": 5107,
"loc": {
"start": {
"line": 196,
"column": 2
},
"end": {
"line": 196,
"column": 3
},
"identifierName": "t"
},
"name": "t"
},
"property": {
"type": "Identifier",
"start": 5108,
"end": 5112,
"loc": {
"start": {
"line": 196,
"column": 4
},
"end": {
"line": 196,
"column": 8
},
"identifierName": "true"
},
"name": "true"
},
"computed": false
},
"arguments": [
{
"type": "CallExpression",
"start": 5113,
"end": 5159,
"loc": {
"start": {
"line": 196,
"column": 9
},
"end": {
"line": 196,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 5113,
"end": 5144,
"loc": {
"start": {
"line": 196,
"column": 9
},
"end": {
"line": 196,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 5113,
"end": 5133,
"loc": {
"start": {
"line": 196,
"column": 9
},
"end": {
"line": 196,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 5113,
"end": 5127,
"loc": {
"start": {
"line": 196,
"column": 9
},
"end": {
"line": 196,
"column": 23
}
},
"object": {
"type": "Identifier",
"start": 5113,
"end": 5119,
"loc": {
"start": {
"line": 196,
"column": 9
},
"end": {
"line": 196,
"column": 15
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 5120,
"end": 5127,
"loc": {
"start": {
"line": 196,
"column": 16
},
"end": {
"line": 196,
"column": 23
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5128,
"end": 5133,
"loc": {
"start": {
"line": 196,
"column": 24
},
"end": {
"line": 196,
"column": 29
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5134,
"end": 5144,
"loc": {
"start": {
"line": 196,
"column": 30
},
"end": {
"line": 196,
"column": 40
},
"identifierName": "calledWith"
},
"name": "calledWith"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 5145,
"end": 5158,
"loc": {
"start": {
"line": 196,
"column": 41
},
"end": {
"line": 196,
"column": 54
}
},
"object": {
"type": "Identifier",
"start": 5145,
"end": 5152,
"loc": {
"start": {
"line": 196,
"column": 41
},
"end": {
"line": 196,
"column": 48
},
"identifierName": "payload"
},
"name": "payload"
},
"property": {
"type": "Identifier",
"start": 5153,
"end": 5158,
"loc": {
"start": {
"line": 196,
"column": 49
},
"end": {
"line": 196,
"column": 54
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 5165,
"end": 5196,
"loc": {
"start": {
"line": 198,
"column": 2
},
"end": {
"line": 198,
"column": 33
}
},
"expression": {
"type": "CallExpression",
"start": 5165,
"end": 5195,
"loc": {
"start": {
"line": 198,
"column": 2
},
"end": {
"line": 198,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
"start": 5165,
"end": 5193,
"loc": {
"start": {
"line": 198,
"column": 2
},
"end": {
"line": 198,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 5165,
"end": 5185,
"loc": {
"start": {
"line": 198,
"column": 2
},
"end": {
"line": 198,
"column": 22
}
},
"object": {
"type": "MemberExpression",
"start": 5165,
"end": 5179,
"loc": {
"start": {
"line": 198,
"column": 2
},
"end": {
"line": 198,
"column": 16
}
},
"object": {
"type": "Identifier",
"start": 5165,
"end": 5171,
"loc": {
"start": {
"line": 198,
"column": 2
},
"end": {
"line": 198,
"column": 8
},
"identifierName": "global"
},
"name": "global"
},
"property": {
"type": "Identifier",
"start": 5172,
"end": 5179,
"loc": {
"start": {
"line": 198,
"column": 9
},
"end": {
"line": 198,
"column": 16
},
"identifierName": "console"
},
"name": "console"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5180,
"end": 5185,
"loc": {
"start": {
"line": 198,
"column": 17
},
"end": {
"line": 198,
"column": 22
},
"identifierName": "error"
},
"name": "error"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5186,
"end": 5193,
"loc": {
"start": {
"line": 198,
"column": 23
},
"end": {
"line": 198,
"column": 30
},
"identifierName": "restore"
},
"name": "restore"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
},
"comments": [],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 7,
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 12,
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 12
},
"end": {
"line": 1,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ava",
"start": 17,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 22,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 23
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 24,
"end": 30,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 31,
"end": 36,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 37,
"end": 41,
"loc": {
"start": {
"line": 2,
"column": 13
},
"end": {
"line": 2,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "sinon",
"start": 42,
"end": 49,
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 49,
"end": 50,
"loc": {
"start": {
"line": 2,
"column": 25
},
"end": {
"line": 2,
"column": 26
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 52,
"end": 58,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 59,
"end": 60,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mockImports",
"start": 61,
"end": 72,
"loc": {
"start": {
"line": 4,
"column": 9
},
"end": {
"line": 4,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 72,
"end": 73,
"loc": {
"start": {
"line": 4,
"column": 20
},
"end": {
"line": 4,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resetImports",
"start": 74,
"end": 86,
"loc": {
"start": {
"line": 4,
"column": 22
},
"end": {
"line": 4,
"column": 34
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 87,
"end": 88,
"loc": {
"start": {
"line": 4,
"column": 35
},
"end": {
"line": 4,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 89,
"end": 93,
"loc": {
"start": {
"line": 4,
"column": 37
},
"end": {
"line": 4,
"column": 41
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../../utils/test-helpers",
"start": 94,
"end": 120,
"loc": {
"start": {
"line": 4,
"column": 42
},
"end": {
"line": 4,
"column": 68
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 120,
"end": 121,
"loc": {
"start": {
"line": 4,
"column": 68
},
"end": {
"line": 4,
"column": 69
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 123,
"end": 129,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RunLogger",
"start": 130,
"end": 139,
"loc": {
"start": {
"line": 6,
"column": 7
},
"end": {
"line": 6,
"column": 16
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 139,
"end": 140,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 141,
"end": 142,
"loc": {
"start": {
"line": 6,
"column": 18
},
"end": {
"line": 6,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "__RewireAPI__",
"start": 143,
"end": 156,
"loc": {
"start": {
"line": 6,
"column": 20
},
"end": {
"line": 6,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "as",
"start": 157,
"end": 159,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 6,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "moduleRewireAPI",
"start": 160,
"end": 175,
"loc": {
"start": {
"line": 6,
"column": 37
},
"end": {
"line": 6,
"column": 52
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 176,
"end": 177,
"loc": {
"start": {
"line": 6,
"column": 53
},
"end": {
"line": 6,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 178,
"end": 182,
"loc": {
"start": {
"line": 6,
"column": 55
},
"end": {
"line": 6,
"column": 59
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./run-logger",
"start": 183,
"end": 197,
"loc": {
"start": {
"line": 6,
"column": 60
},
"end": {
"line": 6,
"column": 74
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 197,
"end": 198,
"loc": {
"start": {
"line": 6,
"column": 74
},
"end": {
"line": 6,
"column": 75
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 200,
"end": 205,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 206,
"end": 224,
"loc": {
"start": {
"line": 8,
"column": 6
},
"end": {
"line": 8,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 225,
"end": 226,
"loc": {
"start": {
"line": 8,
"column": 25
},
"end": {
"line": 8,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 227,
"end": 228,
"loc": {
"start": {
"line": 8,
"column": 27
},
"end": {
"line": 8,
"column": 28
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 228,
"end": 229,
"loc": {
"start": {
"line": 8,
"column": 28
},
"end": {
"line": 8,
"column": 29
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 230,
"end": 232,
"loc": {
"start": {
"line": 8,
"column": 30
},
"end": {
"line": 8,
"column": 32
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 233,
"end": 234,
"loc": {
"start": {
"line": 8,
"column": 33
},
"end": {
"line": 8,
"column": 34
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 237,
"end": 242,
"loc": {
"start": {
"line": 9,
"column": 2
},
"end": {
"line": 9,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 243,
"end": 249,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 250,
"end": 251,
"loc": {
"start": {
"line": 9,
"column": 15
},
"end": {
"line": 9,
"column": 16
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 252,
"end": 255,
"loc": {
"start": {
"line": 9,
"column": 17
},
"end": {
"line": 9,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RunLogger",
"start": 256,
"end": 265,
"loc": {
"start": {
"line": 9,
"column": 21
},
"end": {
"line": 9,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 265,
"end": 266,
"loc": {
"start": {
"line": 9,
"column": 30
},
"end": {
"line": 9,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 266,
"end": 267,
"loc": {
"start": {
"line": 9,
"column": 31
},
"end": {
"line": 9,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 267,
"end": 268,
"loc": {
"start": {
"line": 9,
"column": 32
},
"end": {
"line": 9,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 272,
"end": 278,
"loc": {
"start": {
"line": 11,
"column": 2
},
"end": {
"line": 11,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 278,
"end": 279,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 279,
"end": 286,
"loc": {
"start": {
"line": 11,
"column": 9
},
"end": {
"line": 11,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 287,
"end": 288,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 289,
"end": 290,
"loc": {
"start": {
"line": 11,
"column": 19
},
"end": {
"line": 11,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "start",
"start": 295,
"end": 300,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 9
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 300,
"end": 301,
"loc": {
"start": {
"line": 12,
"column": 9
},
"end": {
"line": 12,
"column": 10
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 302,
"end": 307,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 307,
"end": 308,
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stub",
"start": 308,
"end": 312,
"loc": {
"start": {
"line": 12,
"column": 17
},
"end": {
"line": 12,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 312,
"end": 313,
"loc": {
"start": {
"line": 12,
"column": 21
},
"end": {
"line": 12,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 313,
"end": 314,
"loc": {
"start": {
"line": 12,
"column": 22
},
"end": {
"line": 12,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 314,
"end": 315,
"loc": {
"start": {
"line": 12,
"column": 23
},
"end": {
"line": 12,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 320,
"end": 324,
"loc": {
"start": {
"line": 13,
"column": 4
},
"end": {
"line": 13,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 324,
"end": 325,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 326,
"end": 331,
"loc": {
"start": {
"line": 13,
"column": 10
},
"end": {
"line": 13,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 331,
"end": 332,
"loc": {
"start": {
"line": 13,
"column": 15
},
"end": {
"line": 13,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stub",
"start": 332,
"end": 336,
"loc": {
"start": {
"line": 13,
"column": 16
},
"end": {
"line": 13,
"column": 20
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 336,
"end": 337,
"loc": {
"start": {
"line": 13,
"column": 20
},
"end": {
"line": 13,
"column": 21
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 337,
"end": 338,
"loc": {
"start": {
"line": 13,
"column": 21
},
"end": {
"line": 13,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 338,
"end": 339,
"loc": {
"start": {
"line": 13,
"column": 22
},
"end": {
"line": 13,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 344,
"end": 351,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 11
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 351,
"end": 352,
"loc": {
"start": {
"line": 14,
"column": 11
},
"end": {
"line": 14,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 353,
"end": 358,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 358,
"end": 359,
"loc": {
"start": {
"line": 14,
"column": 18
},
"end": {
"line": 14,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stub",
"start": 359,
"end": 363,
"loc": {
"start": {
"line": 14,
"column": 19
},
"end": {
"line": 14,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 363,
"end": 364,
"loc": {
"start": {
"line": 14,
"column": 23
},
"end": {
"line": 14,
"column": 24
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 364,
"end": 365,
"loc": {
"start": {
"line": 14,
"column": 24
},
"end": {
"line": 14,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 365,
"end": 366,
"loc": {
"start": {
"line": 14,
"column": 25
},
"end": {
"line": 14,
"column": 26
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 369,
"end": 370,
"loc": {
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 15,
"column": 3
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 370,
"end": 371,
"loc": {
"start": {
"line": 15,
"column": 3
},
"end": {
"line": 15,
"column": 4
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 375,
"end": 381,
"loc": {
"start": {
"line": 17,
"column": 2
},
"end": {
"line": 17,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 382,
"end": 388,
"loc": {
"start": {
"line": 17,
"column": 9
},
"end": {
"line": 17,
"column": 15
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 388,
"end": 389,
"loc": {
"start": {
"line": 17,
"column": 15
},
"end": {
"line": 17,
"column": 16
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 390,
"end": 391,
"loc": {
"start": {
"line": 18,
"column": 0
},
"end": {
"line": 18,
"column": 1
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 391,
"end": 392,
"loc": {
"start": {
"line": 18,
"column": 1
},
"end": {
"line": 18,
"column": 2
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 394,
"end": 398,
"loc": {
"start": {
"line": 20,
"column": 0
},
"end": {
"line": 20,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 398,
"end": 399,
"loc": {
"start": {
"line": 20,
"column": 4
},
"end": {
"line": 20,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "beforeEach",
"start": 399,
"end": 409,
"loc": {
"start": {
"line": 20,
"column": 5
},
"end": {
"line": 20,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 409,
"end": 410,
"loc": {
"start": {
"line": 20,
"column": 15
},
"end": {
"line": 20,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "mock imports",
"start": 410,
"end": 424,
"loc": {
"start": {
"line": 20,
"column": 16
},
"end": {
"line": 20,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 424,
"end": 425,
"loc": {
"start": {
"line": 20,
"column": 30
},
"end": {
"line": 20,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 426,
"end": 427,
"loc": {
"start": {
"line": 20,
"column": 32
},
"end": {
"line": 20,
"column": 33
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 428,
"end": 430,
"loc": {
"start": {
"line": 20,
"column": 34
},
"end": {
"line": 20,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 431,
"end": 432,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 435,
"end": 440,
"loc": {
"start": {
"line": 21,
"column": 2
},
"end": {
"line": 21,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 441,
"end": 446,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 13
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 447,
"end": 448,
"loc": {
"start": {
"line": 21,
"column": 14
},
"end": {
"line": 21,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 449,
"end": 450,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 21,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clui",
"start": 455,
"end": 459,
"loc": {
"start": {
"line": 22,
"column": 4
},
"end": {
"line": 22,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 459,
"end": 460,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 461,
"end": 462,
"loc": {
"start": {
"line": 22,
"column": 10
},
"end": {
"line": 22,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Spinner",
"start": 463,
"end": 470,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 470,
"end": 471,
"loc": {
"start": {
"line": 22,
"column": 19
},
"end": {
"line": 22,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 472,
"end": 477,
"loc": {
"start": {
"line": 22,
"column": 21
},
"end": {
"line": 22,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 477,
"end": 478,
"loc": {
"start": {
"line": 22,
"column": 26
},
"end": {
"line": 22,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stub",
"start": 478,
"end": 482,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 482,
"end": 483,
"loc": {
"start": {
"line": 22,
"column": 31
},
"end": {
"line": 22,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 483,
"end": 484,
"loc": {
"start": {
"line": 22,
"column": 32
},
"end": {
"line": 22,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 485,
"end": 486,
"loc": {
"start": {
"line": 22,
"column": 34
},
"end": {
"line": 22,
"column": 35
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 486,
"end": 487,
"loc": {
"start": {
"line": 22,
"column": 35
},
"end": {
"line": 22,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 490,
"end": 491,
"loc": {
"start": {
"line": 23,
"column": 2
},
"end": {
"line": 23,
"column": 3
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 491,
"end": 492,
"loc": {
"start": {
"line": 23,
"column": 3
},
"end": {
"line": 23,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 496,
"end": 497,
"loc": {
"start": {
"line": 25,
"column": 2
},
"end": {
"line": 25,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 497,
"end": 498,
"loc": {
"start": {
"line": 25,
"column": 3
},
"end": {
"line": 25,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 498,
"end": 505,
"loc": {
"start": {
"line": 25,
"column": 4
},
"end": {
"line": 25,
"column": 11
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 506,
"end": 507,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 508,
"end": 509,
"loc": {
"start": {
"line": 25,
"column": 14
},
"end": {
"line": 25,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 510,
"end": 515,
"loc": {
"start": {
"line": 25,
"column": 16
},
"end": {
"line": 25,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 516,
"end": 517,
"loc": {
"start": {
"line": 25,
"column": 22
},
"end": {
"line": 25,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 517,
"end": 518,
"loc": {
"start": {
"line": 25,
"column": 23
},
"end": {
"line": 25,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mockImports",
"start": 522,
"end": 533,
"loc": {
"start": {
"line": 27,
"column": 2
},
"end": {
"line": 27,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 533,
"end": 534,
"loc": {
"start": {
"line": 27,
"column": 13
},
"end": {
"line": 27,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 534,
"end": 535,
"loc": {
"start": {
"line": 27,
"column": 14
},
"end": {
"line": 27,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "moduleRewireAPI",
"start": 536,
"end": 551,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 551,
"end": 552,
"loc": {
"start": {
"line": 27,
"column": 31
},
"end": {
"line": 27,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 553,
"end": 558,
"loc": {
"start": {
"line": 27,
"column": 33
},
"end": {
"line": 27,
"column": 38
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 559,
"end": 560,
"loc": {
"start": {
"line": 27,
"column": 39
},
"end": {
"line": 27,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 560,
"end": 561,
"loc": {
"start": {
"line": 27,
"column": 40
},
"end": {
"line": 27,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 561,
"end": 562,
"loc": {
"start": {
"line": 27,
"column": 41
},
"end": {
"line": 27,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 566,
"end": 571,
"loc": {
"start": {
"line": 29,
"column": 2
},
"end": {
"line": 29,
"column": 7
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 571,
"end": 572,
"loc": {
"start": {
"line": 29,
"column": 7
},
"end": {
"line": 29,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stub",
"start": 572,
"end": 576,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 576,
"end": 577,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 29,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 577,
"end": 583,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 583,
"end": 584,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 29,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 584,
"end": 591,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 591,
"end": 592,
"loc": {
"start": {
"line": 29,
"column": 27
},
"end": {
"line": 29,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "log",
"start": 593,
"end": 598,
"loc": {
"start": {
"line": 29,
"column": 29
},
"end": {
"line": 29,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 598,
"end": 599,
"loc": {
"start": {
"line": 29,
"column": 34
},
"end": {
"line": 29,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 599,
"end": 600,
"loc": {
"start": {
"line": 29,
"column": 35
},
"end": {
"line": 29,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 601,
"end": 602,
"loc": {
"start": {
"line": 30,
"column": 0
},
"end": {
"line": 30,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 602,
"end": 603,
"loc": {
"start": {
"line": 30,
"column": 1
},
"end": {
"line": 30,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 603,
"end": 604,
"loc": {
"start": {
"line": 30,
"column": 2
},
"end": {
"line": 30,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 606,
"end": 610,
"loc": {
"start": {
"line": 32,
"column": 0
},
"end": {
"line": 32,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 610,
"end": 611,
"loc": {
"start": {
"line": 32,
"column": 4
},
"end": {
"line": 32,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "afterEach",
"start": 611,
"end": 620,
"loc": {
"start": {
"line": 32,
"column": 5
},
"end": {
"line": 32,
"column": 14
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 620,
"end": 621,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "always",
"start": 621,
"end": 627,
"loc": {
"start": {
"line": 32,
"column": 15
},
"end": {
"line": 32,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 627,
"end": 628,
"loc": {
"start": {
"line": 32,
"column": 21
},
"end": {
"line": 32,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "unmock imports",
"start": 628,
"end": 644,
"loc": {
"start": {
"line": 32,
"column": 22
},
"end": {
"line": 32,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 644,
"end": 645,
"loc": {
"start": {
"line": 32,
"column": 38
},
"end": {
"line": 32,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 646,
"end": 647,
"loc": {
"start": {
"line": 32,
"column": 40
},
"end": {
"line": 32,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 648,
"end": 650,
"loc": {
"start": {
"line": 32,
"column": 42
},
"end": {
"line": 32,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 651,
"end": 652,
"loc": {
"start": {
"line": 32,
"column": 45
},
"end": {
"line": 32,
"column": 46
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 655,
"end": 660,
"loc": {
"start": {
"line": 33,
"column": 2
},
"end": {
"line": 33,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "imports",
"start": 661,
"end": 668,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 669,
"end": 670,
"loc": {
"start": {
"line": 33,
"column": 16
},
"end": {
"line": 33,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Object",
"start": 671,
"end": 677,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 677,
"end": 678,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "keys",
"start": 678,
"end": 682,
"loc": {
"start": {
"line": 33,
"column": 25
},
"end": {
"line": 33,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 682,
"end": 683,
"loc": {
"start": {
"line": 33,
"column": 29
},
"end": {
"line": 33,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 683,
"end": 684,
"loc": {
"start": {
"line": 33,
"column": 30
},
"end": {
"line": 33,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 684,
"end": 685,
"loc": {
"start": {
"line": 33,
"column": 31
},
"end": {
"line": 33,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 685,
"end": 692,
"loc": {
"start": {
"line": 33,
"column": 32
},
"end": {
"line": 33,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 692,
"end": 693,
"loc": {
"start": {
"line": 33,
"column": 39
},
"end": {
"line": 33,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "mocks",
"start": 693,
"end": 698,
"loc": {
"start": {
"line": 33,
"column": 40
},
"end": {
"line": 33,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 698,
"end": 699,
"loc": {
"start": {
"line": 33,
"column": 45
},
"end": {
"line": 33,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 699,
"end": 700,
"loc": {
"start": {
"line": 33,
"column": 46
},
"end": {
"line": 33,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "resetImports",
"start": 704,
"end": 716,
"loc": {
"start": {
"line": 35,
"column": 2
},
"end": {
"line": 35,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 716,
"end": 717,
"loc": {
"start": {
"line": 35,
"column": 14
},
"end": {
"line": 35,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 717,
"end": 718,
"loc": {
"start": {
"line": 35,
"column": 15
},
"end": {
"line": 35,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "moduleRewireAPI",
"start": 719,
"end": 734,
"loc": {
"start": {
"line": 35,
"column": 17
},
"end": {
"line": 35,
"column": 32
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 734,
"end": 735,
"loc": {
"start": {
"line": 35,
"column": 32
},
"end": {
"line": 35,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "imports",
"start": 736,
"end": 743,
"loc": {
"start": {
"line": 35,
"column": 34
},
"end": {
"line": 35,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 744,
"end": 745,
"loc": {
"start": {
"line": 35,
"column": 42
},
"end": {
"line": 35,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 745,
"end": 746,
"loc": {
"start": {
"line": 35,
"column": 43
},
"end": {
"line": 35,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 746,
"end": 747,
"loc": {
"start": {
"line": 35,
"column": 44
},
"end": {
"line": 35,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 751,
"end": 757,
"loc": {
"start": {
"line": 37,
"column": 2
},
"end": {
"line": 37,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 757,
"end": 758,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 758,
"end": 765,
"loc": {
"start": {
"line": 37,
"column": 9
},
"end": {
"line": 37,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 765,
"end": 766,
"loc": {
"start": {
"line": 37,
"column": 16
},
"end": {
"line": 37,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 766,
"end": 769,
"loc": {
"start": {
"line": 37,
"column": 17
},
"end": {
"line": 37,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 769,
"end": 770,
"loc": {
"start": {
"line": 37,
"column": 20
},
"end": {
"line": 37,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "restore",
"start": 770,
"end": 777,
"loc": {
"start": {
"line": 37,
"column": 21
},
"end": {
"line": 37,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 777,
"end": 778,
"loc": {
"start": {
"line": 37,
"column": 28
},
"end": {
"line": 37,
"column": 29
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 778,
"end": 779,
"loc": {
"start": {
"line": 37,
"column": 29
},
"end": {
"line": 37,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 779,
"end": 780,
"loc": {
"start": {
"line": 37,
"column": 30
},
"end": {
"line": 37,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 781,
"end": 782,
"loc": {
"start": {
"line": 38,
"column": 0
},
"end": {
"line": 38,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 782,
"end": 783,
"loc": {
"start": {
"line": 38,
"column": 1
},
"end": {
"line": 38,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 783,
"end": 784,
"loc": {
"start": {
"line": 38,
"column": 2
},
"end": {
"line": 38,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 786,
"end": 790,
"loc": {
"start": {
"line": 40,
"column": 0
},
"end": {
"line": 40,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 790,
"end": 791,
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 40,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 791,
"end": 797,
"loc": {
"start": {
"line": 40,
"column": 5
},
"end": {
"line": 40,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 797,
"end": 798,
"loc": {
"start": {
"line": 40,
"column": 11
},
"end": {
"line": 40,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should create a run-logger instance",
"start": 798,
"end": 835,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 835,
"end": 836,
"loc": {
"start": {
"line": 40,
"column": 49
},
"end": {
"line": 40,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 837,
"end": 838,
"loc": {
"start": {
"line": 40,
"column": 51
},
"end": {
"line": 40,
"column": 52
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 839,
"end": 841,
"loc": {
"start": {
"line": 40,
"column": 53
},
"end": {
"line": 40,
"column": 55
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 842,
"end": 843,
"loc": {
"start": {
"line": 40,
"column": 56
},
"end": {
"line": 40,
"column": 57
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 846,
"end": 851,
"loc": {
"start": {
"line": 41,
"column": 2
},
"end": {
"line": 41,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 852,
"end": 858,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 859,
"end": 860,
"loc": {
"start": {
"line": 41,
"column": 15
},
"end": {
"line": 41,
"column": 16
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 861,
"end": 864,
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RunLogger",
"start": 865,
"end": 874,
"loc": {
"start": {
"line": 41,
"column": 21
},
"end": {
"line": 41,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 874,
"end": 875,
"loc": {
"start": {
"line": 41,
"column": 30
},
"end": {
"line": 41,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 875,
"end": 876,
"loc": {
"start": {
"line": 41,
"column": 31
},
"end": {
"line": 41,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 876,
"end": 877,
"loc": {
"start": {
"line": 41,
"column": 32
},
"end": {
"line": 41,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 881,
"end": 882,
"loc": {
"start": {
"line": 43,
"column": 2
},
"end": {
"line": 43,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 882,
"end": 883,
"loc": {
"start": {
"line": 43,
"column": 3
},
"end": {
"line": 43,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "is",
"start": 883,
"end": 885,
"loc": {
"start": {
"line": 43,
"column": 4
},
"end": {
"line": 43,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 885,
"end": 886,
"loc": {
"start": {
"line": 43,
"column": 6
},
"end": {
"line": 43,
"column": 7
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 886,
"end": 892,
"loc": {
"start": {
"line": 43,
"column": 7
},
"end": {
"line": 43,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 893,
"end": 899,
"loc": {
"start": {
"line": 43,
"column": 14
},
"end": {
"line": 43,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 899,
"end": 900,
"loc": {
"start": {
"line": 43,
"column": 20
},
"end": {
"line": 43,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "asObserver",
"start": 900,
"end": 910,
"loc": {
"start": {
"line": 43,
"column": 21
},
"end": {
"line": 43,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 910,
"end": 911,
"loc": {
"start": {
"line": 43,
"column": 31
},
"end": {
"line": 43,
"column": 32
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "function",
"start": 912,
"end": 922,
"loc": {
"start": {
"line": 43,
"column": 33
},
"end": {
"line": 43,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 922,
"end": 923,
"loc": {
"start": {
"line": 43,
"column": 43
},
"end": {
"line": 43,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 923,
"end": 924,
"loc": {
"start": {
"line": 43,
"column": 44
},
"end": {
"line": 43,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 925,
"end": 926,
"loc": {
"start": {
"line": 44,
"column": 0
},
"end": {
"line": 44,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 926,
"end": 927,
"loc": {
"start": {
"line": 44,
"column": 1
},
"end": {
"line": 44,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 927,
"end": 928,
"loc": {
"start": {
"line": 44,
"column": 2
},
"end": {
"line": 44,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 930,
"end": 934,
"loc": {
"start": {
"line": 46,
"column": 0
},
"end": {
"line": 46,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 934,
"end": 935,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 935,
"end": 941,
"loc": {
"start": {
"line": 46,
"column": 5
},
"end": {
"line": 46,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 941,
"end": 942,
"loc": {
"start": {
"line": 46,
"column": 11
},
"end": {
"line": 46,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should return observer",
"start": 942,
"end": 966,
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 36
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 966,
"end": 967,
"loc": {
"start": {
"line": 46,
"column": 36
},
"end": {
"line": 46,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 968,
"end": 969,
"loc": {
"start": {
"line": 46,
"column": 38
},
"end": {
"line": 46,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 970,
"end": 972,
"loc": {
"start": {
"line": 46,
"column": 40
},
"end": {
"line": 46,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 973,
"end": 974,
"loc": {
"start": {
"line": 46,
"column": 43
},
"end": {
"line": 46,
"column": 44
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 977,
"end": 982,
"loc": {
"start": {
"line": 47,
"column": 2
},
"end": {
"line": 47,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 983,
"end": 989,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 990,
"end": 991,
"loc": {
"start": {
"line": 47,
"column": 15
},
"end": {
"line": 47,
"column": 16
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 992,
"end": 995,
"loc": {
"start": {
"line": 47,
"column": 17
},
"end": {
"line": 47,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "RunLogger",
"start": 996,
"end": 1005,
"loc": {
"start": {
"line": 47,
"column": 21
},
"end": {
"line": 47,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1005,
"end": 1006,
"loc": {
"start": {
"line": 47,
"column": 30
},
"end": {
"line": 47,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1006,
"end": 1007,
"loc": {
"start": {
"line": 47,
"column": 31
},
"end": {
"line": 47,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1007,
"end": 1008,
"loc": {
"start": {
"line": 47,
"column": 32
},
"end": {
"line": 47,
"column": 33
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1012,
"end": 1017,
"loc": {
"start": {
"line": 49,
"column": 2
},
"end": {
"line": 49,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "observer",
"start": 1018,
"end": 1026,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 16
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1027,
"end": 1028,
"loc": {
"start": {
"line": 49,
"column": 17
},
"end": {
"line": 49,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1029,
"end": 1035,
"loc": {
"start": {
"line": 49,
"column": 19
},
"end": {
"line": 49,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1035,
"end": 1036,
"loc": {
"start": {
"line": 49,
"column": 25
},
"end": {
"line": 49,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "asObserver",
"start": 1036,
"end": 1046,
"loc": {
"start": {
"line": 49,
"column": 26
},
"end": {
"line": 49,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1046,
"end": 1047,
"loc": {
"start": {
"line": 49,
"column": 36
},
"end": {
"line": 49,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1047,
"end": 1048,
"loc": {
"start": {
"line": 49,
"column": 37
},
"end": {
"line": 49,
"column": 38
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1048,
"end": 1049,
"loc": {
"start": {
"line": 49,
"column": 38
},
"end": {
"line": 49,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1053,
"end": 1054,
"loc": {
"start": {
"line": 51,
"column": 2
},
"end": {
"line": 51,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1054,
"end": 1055,
"loc": {
"start": {
"line": 51,
"column": 3
},
"end": {
"line": 51,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "is",
"start": 1055,
"end": 1057,
"loc": {
"start": {
"line": 51,
"column": 4
},
"end": {
"line": 51,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1057,
"end": 1058,
"loc": {
"start": {
"line": 51,
"column": 6
},
"end": {
"line": 51,
"column": 7
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 1058,
"end": 1064,
"loc": {
"start": {
"line": 51,
"column": 7
},
"end": {
"line": 51,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "observer",
"start": 1065,
"end": 1073,
"loc": {
"start": {
"line": 51,
"column": 14
},
"end": {
"line": 51,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1073,
"end": 1074,
"loc": {
"start": {
"line": 51,
"column": 22
},
"end": {
"line": 51,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 1074,
"end": 1078,
"loc": {
"start": {
"line": 51,
"column": 23
},
"end": {
"line": 51,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1078,
"end": 1079,
"loc": {
"start": {
"line": 51,
"column": 27
},
"end": {
"line": 51,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "function",
"start": 1080,
"end": 1090,
"loc": {
"start": {
"line": 51,
"column": 29
},
"end": {
"line": 51,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1090,
"end": 1091,
"loc": {
"start": {
"line": 51,
"column": 39
},
"end": {
"line": 51,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1091,
"end": 1092,
"loc": {
"start": {
"line": 51,
"column": 40
},
"end": {
"line": 51,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1095,
"end": 1096,
"loc": {
"start": {
"line": 52,
"column": 2
},
"end": {
"line": 52,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1096,
"end": 1097,
"loc": {
"start": {
"line": 52,
"column": 3
},
"end": {
"line": 52,
"column": 4
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "is",
"start": 1097,
"end": 1099,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 52,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1099,
"end": 1100,
"loc": {
"start": {
"line": 52,
"column": 6
},
"end": {
"line": 52,
"column": 7
}
}
},
{
"type": {
"label": "typeof",
"keyword": "typeof",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "typeof",
"start": 1100,
"end": 1106,
"loc": {
"start": {
"line": 52,
"column": 7
},
"end": {
"line": 52,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "observer",
"start": 1107,
"end": 1115,
"loc": {
"start": {
"line": 52,
"column": 14
},
"end": {
"line": 52,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1115,
"end": 1116,
"loc": {
"start": {
"line": 52,
"column": 22
},
"end": {
"line": 52,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 1116,
"end": 1121,
"loc": {
"start": {
"line": 52,
"column": 23
},
"end": {
"line": 52,
"column": 28
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1121,
"end": 1122,
"loc": {
"start": {
"line": 52,
"column": 28
},
"end": {
"line": 52,
"column": 29
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "function",
"start": 1123,
"end": 1133,
"loc": {
"start": {
"line": 52,
"column": 30
},
"end": {
"line": 52,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1133,
"end": 1134,
"loc": {
"start": {
"line": 52,
"column": 40
},
"end": {
"line": 52,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1134,
"end": 1135,
"loc": {
"start": {
"line": 52,
"column": 41
},
"end": {
"line": 52,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1136,
"end": 1137,
"loc": {
"start": {
"line": 53,
"column": 0
},
"end": {
"line": 53,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1137,
"end": 1138,
"loc": {
"start": {
"line": 53,
"column": 1
},
"end": {
"line": 53,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1138,
"end": 1139,
"loc": {
"start": {
"line": 53,
"column": 2
},
"end": {
"line": 53,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 1141,
"end": 1145,
"loc": {
"start": {
"line": 55,
"column": 0
},
"end": {
"line": 55,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1145,
"end": 1146,
"loc": {
"start": {
"line": 55,
"column": 4
},
"end": {
"line": 55,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 1146,
"end": 1152,
"loc": {
"start": {
"line": 55,
"column": 5
},
"end": {
"line": 55,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1152,
"end": 1153,
"loc": {
"start": {
"line": 55,
"column": 11
},
"end": {
"line": 55,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log MONGOOSE_CONNECT_START",
"start": 1153,
"end": 1188,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 47
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1188,
"end": 1189,
"loc": {
"start": {
"line": 55,
"column": 47
},
"end": {
"line": 55,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1190,
"end": 1191,
"loc": {
"start": {
"line": 55,
"column": 49
},
"end": {
"line": 55,
"column": 50
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1192,
"end": 1194,
"loc": {
"start": {
"line": 55,
"column": 51
},
"end": {
"line": 55,
"column": 53
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1195,
"end": 1196,
"loc": {
"start": {
"line": 55,
"column": 54
},
"end": {
"line": 55,
"column": 55
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1199,
"end": 1204,
"loc": {
"start": {
"line": 56,
"column": 2
},
"end": {
"line": 56,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1205,
"end": 1211,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1212,
"end": 1213,
"loc": {
"start": {
"line": 56,
"column": 15
},
"end": {
"line": 56,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 1214,
"end": 1232,
"loc": {
"start": {
"line": 56,
"column": 17
},
"end": {
"line": 56,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1232,
"end": 1233,
"loc": {
"start": {
"line": 56,
"column": 35
},
"end": {
"line": 56,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1233,
"end": 1234,
"loc": {
"start": {
"line": 56,
"column": 36
},
"end": {
"line": 56,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1234,
"end": 1235,
"loc": {
"start": {
"line": 56,
"column": 37
},
"end": {
"line": 56,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1239,
"end": 1244,
"loc": {
"start": {
"line": 58,
"column": 2
},
"end": {
"line": 58,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1245,
"end": 1249,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1250,
"end": 1251,
"loc": {
"start": {
"line": 58,
"column": 13
},
"end": {
"line": 58,
"column": 14
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "MONGOOSE_CONNECT_START",
"start": 1252,
"end": 1276,
"loc": {
"start": {
"line": 58,
"column": 15
},
"end": {
"line": 58,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1276,
"end": 1277,
"loc": {
"start": {
"line": 58,
"column": 39
},
"end": {
"line": 58,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1281,
"end": 1287,
"loc": {
"start": {
"line": 60,
"column": 2
},
"end": {
"line": 60,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1287,
"end": 1288,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 1288,
"end": 1292,
"loc": {
"start": {
"line": 60,
"column": 9
},
"end": {
"line": 60,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1292,
"end": 1293,
"loc": {
"start": {
"line": 60,
"column": 13
},
"end": {
"line": 60,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1293,
"end": 1294,
"loc": {
"start": {
"line": 60,
"column": 14
},
"end": {
"line": 60,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1295,
"end": 1299,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1300,
"end": 1301,
"loc": {
"start": {
"line": 60,
"column": 21
},
"end": {
"line": 60,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1301,
"end": 1302,
"loc": {
"start": {
"line": 60,
"column": 22
},
"end": {
"line": 60,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1302,
"end": 1303,
"loc": {
"start": {
"line": 60,
"column": 23
},
"end": {
"line": 60,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1307,
"end": 1308,
"loc": {
"start": {
"line": 62,
"column": 2
},
"end": {
"line": 62,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1308,
"end": 1309,
"loc": {
"start": {
"line": 62,
"column": 3
},
"end": {
"line": 62,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1309,
"end": 1313,
"loc": {
"start": {
"line": 62,
"column": 4
},
"end": {
"line": 62,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1313,
"end": 1314,
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1314,
"end": 1320,
"loc": {
"start": {
"line": 62,
"column": 9
},
"end": {
"line": 62,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1320,
"end": 1321,
"loc": {
"start": {
"line": 62,
"column": 15
},
"end": {
"line": 62,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 1321,
"end": 1328,
"loc": {
"start": {
"line": 62,
"column": 16
},
"end": {
"line": 62,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1328,
"end": 1329,
"loc": {
"start": {
"line": 62,
"column": 23
},
"end": {
"line": 62,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 1329,
"end": 1333,
"loc": {
"start": {
"line": 62,
"column": 24
},
"end": {
"line": 62,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1333,
"end": 1334,
"loc": {
"start": {
"line": 62,
"column": 28
},
"end": {
"line": 62,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 1334,
"end": 1344,
"loc": {
"start": {
"line": 62,
"column": 29
},
"end": {
"line": 62,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1344,
"end": 1345,
"loc": {
"start": {
"line": 62,
"column": 39
},
"end": {
"line": 62,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1345,
"end": 1346,
"loc": {
"start": {
"line": 62,
"column": 40
},
"end": {
"line": 62,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1349,
"end": 1350,
"loc": {
"start": {
"line": 63,
"column": 2
},
"end": {
"line": 63,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1350,
"end": 1351,
"loc": {
"start": {
"line": 63,
"column": 3
},
"end": {
"line": 63,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1351,
"end": 1355,
"loc": {
"start": {
"line": 63,
"column": 4
},
"end": {
"line": 63,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1355,
"end": 1356,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1356,
"end": 1362,
"loc": {
"start": {
"line": 63,
"column": 9
},
"end": {
"line": 63,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1362,
"end": 1363,
"loc": {
"start": {
"line": 63,
"column": 15
},
"end": {
"line": 63,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 1363,
"end": 1370,
"loc": {
"start": {
"line": 63,
"column": 16
},
"end": {
"line": 63,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1370,
"end": 1371,
"loc": {
"start": {
"line": 63,
"column": 23
},
"end": {
"line": 63,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 1371,
"end": 1378,
"loc": {
"start": {
"line": 63,
"column": 24
},
"end": {
"line": 63,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1378,
"end": 1379,
"loc": {
"start": {
"line": 63,
"column": 31
},
"end": {
"line": 63,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 1379,
"end": 1389,
"loc": {
"start": {
"line": 63,
"column": 32
},
"end": {
"line": 63,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1389,
"end": 1390,
"loc": {
"start": {
"line": 63,
"column": 42
},
"end": {
"line": 63,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1390,
"end": 1391,
"loc": {
"start": {
"line": 63,
"column": 43
},
"end": {
"line": 63,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1394,
"end": 1395,
"loc": {
"start": {
"line": 64,
"column": 2
},
"end": {
"line": 64,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1395,
"end": 1396,
"loc": {
"start": {
"line": 64,
"column": 3
},
"end": {
"line": 64,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1396,
"end": 1400,
"loc": {
"start": {
"line": 64,
"column": 4
},
"end": {
"line": 64,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1400,
"end": 1401,
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1401,
"end": 1407,
"loc": {
"start": {
"line": 64,
"column": 9
},
"end": {
"line": 64,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1407,
"end": 1408,
"loc": {
"start": {
"line": 64,
"column": 15
},
"end": {
"line": 64,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 1408,
"end": 1415,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1415,
"end": 1416,
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "start",
"start": 1416,
"end": 1421,
"loc": {
"start": {
"line": 64,
"column": 24
},
"end": {
"line": 64,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1421,
"end": 1422,
"loc": {
"start": {
"line": 64,
"column": 29
},
"end": {
"line": 64,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 1422,
"end": 1432,
"loc": {
"start": {
"line": 64,
"column": 30
},
"end": {
"line": 64,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1432,
"end": 1433,
"loc": {
"start": {
"line": 64,
"column": 40
},
"end": {
"line": 64,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1433,
"end": 1434,
"loc": {
"start": {
"line": 64,
"column": 41
},
"end": {
"line": 64,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1435,
"end": 1436,
"loc": {
"start": {
"line": 65,
"column": 0
},
"end": {
"line": 65,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1436,
"end": 1437,
"loc": {
"start": {
"line": 65,
"column": 1
},
"end": {
"line": 65,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1437,
"end": 1438,
"loc": {
"start": {
"line": 65,
"column": 2
},
"end": {
"line": 65,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 1440,
"end": 1444,
"loc": {
"start": {
"line": 67,
"column": 0
},
"end": {
"line": 67,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1444,
"end": 1445,
"loc": {
"start": {
"line": 67,
"column": 4
},
"end": {
"line": 67,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 1445,
"end": 1451,
"loc": {
"start": {
"line": 67,
"column": 5
},
"end": {
"line": 67,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1451,
"end": 1452,
"loc": {
"start": {
"line": 67,
"column": 11
},
"end": {
"line": 67,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log MONGOOSE_CONNECT_SUCCESS",
"start": 1452,
"end": 1489,
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1489,
"end": 1490,
"loc": {
"start": {
"line": 67,
"column": 49
},
"end": {
"line": 67,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1491,
"end": 1492,
"loc": {
"start": {
"line": 67,
"column": 51
},
"end": {
"line": 67,
"column": 52
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1493,
"end": 1495,
"loc": {
"start": {
"line": 67,
"column": 53
},
"end": {
"line": 67,
"column": 55
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1496,
"end": 1497,
"loc": {
"start": {
"line": 67,
"column": 56
},
"end": {
"line": 67,
"column": 57
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1500,
"end": 1505,
"loc": {
"start": {
"line": 68,
"column": 2
},
"end": {
"line": 68,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1506,
"end": 1512,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1513,
"end": 1514,
"loc": {
"start": {
"line": 68,
"column": 15
},
"end": {
"line": 68,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 1515,
"end": 1533,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1533,
"end": 1534,
"loc": {
"start": {
"line": 68,
"column": 35
},
"end": {
"line": 68,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1534,
"end": 1535,
"loc": {
"start": {
"line": 68,
"column": 36
},
"end": {
"line": 68,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1535,
"end": 1536,
"loc": {
"start": {
"line": 68,
"column": 37
},
"end": {
"line": 68,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1540,
"end": 1545,
"loc": {
"start": {
"line": 70,
"column": 2
},
"end": {
"line": 70,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1546,
"end": 1550,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 12
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1551,
"end": 1552,
"loc": {
"start": {
"line": 70,
"column": 13
},
"end": {
"line": 70,
"column": 14
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "MONGOOSE_CONNECT_SUCCESS",
"start": 1553,
"end": 1579,
"loc": {
"start": {
"line": 70,
"column": 15
},
"end": {
"line": 70,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1579,
"end": 1580,
"loc": {
"start": {
"line": 70,
"column": 41
},
"end": {
"line": 70,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1584,
"end": 1590,
"loc": {
"start": {
"line": 72,
"column": 2
},
"end": {
"line": 72,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1590,
"end": 1591,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 1591,
"end": 1595,
"loc": {
"start": {
"line": 72,
"column": 9
},
"end": {
"line": 72,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1595,
"end": 1596,
"loc": {
"start": {
"line": 72,
"column": 13
},
"end": {
"line": 72,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1596,
"end": 1597,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 72,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1598,
"end": 1602,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 20
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1603,
"end": 1604,
"loc": {
"start": {
"line": 72,
"column": 21
},
"end": {
"line": 72,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1604,
"end": 1605,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1605,
"end": 1606,
"loc": {
"start": {
"line": 72,
"column": 23
},
"end": {
"line": 72,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1610,
"end": 1611,
"loc": {
"start": {
"line": 74,
"column": 2
},
"end": {
"line": 74,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1611,
"end": 1612,
"loc": {
"start": {
"line": 74,
"column": 3
},
"end": {
"line": 74,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1612,
"end": 1616,
"loc": {
"start": {
"line": 74,
"column": 4
},
"end": {
"line": 74,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1616,
"end": 1617,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1617,
"end": 1623,
"loc": {
"start": {
"line": 74,
"column": 9
},
"end": {
"line": 74,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1623,
"end": 1624,
"loc": {
"start": {
"line": 74,
"column": 15
},
"end": {
"line": 74,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 1624,
"end": 1631,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1631,
"end": 1632,
"loc": {
"start": {
"line": 74,
"column": 23
},
"end": {
"line": 74,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 1632,
"end": 1636,
"loc": {
"start": {
"line": 74,
"column": 24
},
"end": {
"line": 74,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1636,
"end": 1637,
"loc": {
"start": {
"line": 74,
"column": 28
},
"end": {
"line": 74,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 1637,
"end": 1647,
"loc": {
"start": {
"line": 74,
"column": 29
},
"end": {
"line": 74,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1647,
"end": 1648,
"loc": {
"start": {
"line": 74,
"column": 39
},
"end": {
"line": 74,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1648,
"end": 1649,
"loc": {
"start": {
"line": 74,
"column": 40
},
"end": {
"line": 74,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1652,
"end": 1653,
"loc": {
"start": {
"line": 75,
"column": 2
},
"end": {
"line": 75,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1653,
"end": 1654,
"loc": {
"start": {
"line": 75,
"column": 3
},
"end": {
"line": 75,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1654,
"end": 1658,
"loc": {
"start": {
"line": 75,
"column": 4
},
"end": {
"line": 75,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1658,
"end": 1659,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 1664,
"end": 1670,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1670,
"end": 1671,
"loc": {
"start": {
"line": 76,
"column": 10
},
"end": {
"line": 76,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 1671,
"end": 1678,
"loc": {
"start": {
"line": 76,
"column": 11
},
"end": {
"line": 76,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1678,
"end": 1679,
"loc": {
"start": {
"line": 76,
"column": 18
},
"end": {
"line": 76,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 1679,
"end": 1682,
"loc": {
"start": {
"line": 76,
"column": 19
},
"end": {
"line": 76,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1682,
"end": 1683,
"loc": {
"start": {
"line": 76,
"column": 22
},
"end": {
"line": 76,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 1683,
"end": 1693,
"loc": {
"start": {
"line": 76,
"column": 23
},
"end": {
"line": 76,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1693,
"end": 1694,
"loc": {
"start": {
"line": 76,
"column": 33
},
"end": {
"line": 76,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 1701,
"end": 1706,
"loc": {
"start": {
"line": 77,
"column": 6
},
"end": {
"line": 77,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1706,
"end": 1707,
"loc": {
"start": {
"line": 77,
"column": 11
},
"end": {
"line": 77,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 1707,
"end": 1712,
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1712,
"end": 1713,
"loc": {
"start": {
"line": 77,
"column": 17
},
"end": {
"line": 77,
"column": 18
}
}
},
{
"type": {
"label": "regexp",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": {
"pattern": "Successfully connected to MongoDB",
"flags": ""
},
"start": 1713,
"end": 1748,
"loc": {
"start": {
"line": 77,
"column": 18
},
"end": {
"line": 77,
"column": 53
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1748,
"end": 1749,
"loc": {
"start": {
"line": 77,
"column": 53
},
"end": {
"line": 77,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1754,
"end": 1755,
"loc": {
"start": {
"line": 78,
"column": 4
},
"end": {
"line": 78,
"column": 5
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1758,
"end": 1759,
"loc": {
"start": {
"line": 79,
"column": 2
},
"end": {
"line": 79,
"column": 3
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1759,
"end": 1760,
"loc": {
"start": {
"line": 79,
"column": 3
},
"end": {
"line": 79,
"column": 4
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1761,
"end": 1762,
"loc": {
"start": {
"line": 80,
"column": 0
},
"end": {
"line": 80,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1762,
"end": 1763,
"loc": {
"start": {
"line": 80,
"column": 1
},
"end": {
"line": 80,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1763,
"end": 1764,
"loc": {
"start": {
"line": 80,
"column": 2
},
"end": {
"line": 80,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 1766,
"end": 1770,
"loc": {
"start": {
"line": 82,
"column": 0
},
"end": {
"line": 82,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1770,
"end": 1771,
"loc": {
"start": {
"line": 82,
"column": 4
},
"end": {
"line": 82,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 1771,
"end": 1777,
"loc": {
"start": {
"line": 82,
"column": 5
},
"end": {
"line": 82,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1777,
"end": 1778,
"loc": {
"start": {
"line": 82,
"column": 11
},
"end": {
"line": 82,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log MONGOOSE_DROP_START",
"start": 1778,
"end": 1810,
"loc": {
"start": {
"line": 82,
"column": 12
},
"end": {
"line": 82,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1810,
"end": 1811,
"loc": {
"start": {
"line": 82,
"column": 44
},
"end": {
"line": 82,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1812,
"end": 1813,
"loc": {
"start": {
"line": 82,
"column": 46
},
"end": {
"line": 82,
"column": 47
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1814,
"end": 1816,
"loc": {
"start": {
"line": 82,
"column": 48
},
"end": {
"line": 82,
"column": 50
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1817,
"end": 1818,
"loc": {
"start": {
"line": 82,
"column": 51
},
"end": {
"line": 82,
"column": 52
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1821,
"end": 1826,
"loc": {
"start": {
"line": 83,
"column": 2
},
"end": {
"line": 83,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1827,
"end": 1833,
"loc": {
"start": {
"line": 83,
"column": 8
},
"end": {
"line": 83,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1834,
"end": 1835,
"loc": {
"start": {
"line": 83,
"column": 15
},
"end": {
"line": 83,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 1836,
"end": 1854,
"loc": {
"start": {
"line": 83,
"column": 17
},
"end": {
"line": 83,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1854,
"end": 1855,
"loc": {
"start": {
"line": 83,
"column": 35
},
"end": {
"line": 83,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1855,
"end": 1856,
"loc": {
"start": {
"line": 83,
"column": 36
},
"end": {
"line": 83,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1856,
"end": 1857,
"loc": {
"start": {
"line": 83,
"column": 37
},
"end": {
"line": 83,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1861,
"end": 1867,
"loc": {
"start": {
"line": 85,
"column": 2
},
"end": {
"line": 85,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1867,
"end": 1868,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 1868,
"end": 1872,
"loc": {
"start": {
"line": 85,
"column": 9
},
"end": {
"line": 85,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1872,
"end": 1873,
"loc": {
"start": {
"line": 85,
"column": 13
},
"end": {
"line": 85,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1873,
"end": 1874,
"loc": {
"start": {
"line": 85,
"column": 14
},
"end": {
"line": 85,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 1875,
"end": 1879,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 20
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1879,
"end": 1880,
"loc": {
"start": {
"line": 85,
"column": 20
},
"end": {
"line": 85,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "MONGOOSE_DROP_START",
"start": 1881,
"end": 1902,
"loc": {
"start": {
"line": 85,
"column": 22
},
"end": {
"line": 85,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1903,
"end": 1904,
"loc": {
"start": {
"line": 85,
"column": 44
},
"end": {
"line": 85,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1904,
"end": 1905,
"loc": {
"start": {
"line": 85,
"column": 45
},
"end": {
"line": 85,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1905,
"end": 1906,
"loc": {
"start": {
"line": 85,
"column": 46
},
"end": {
"line": 85,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1910,
"end": 1911,
"loc": {
"start": {
"line": 87,
"column": 2
},
"end": {
"line": 87,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1911,
"end": 1912,
"loc": {
"start": {
"line": 87,
"column": 3
},
"end": {
"line": 87,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1912,
"end": 1916,
"loc": {
"start": {
"line": 87,
"column": 4
},
"end": {
"line": 87,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1916,
"end": 1917,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1917,
"end": 1923,
"loc": {
"start": {
"line": 87,
"column": 9
},
"end": {
"line": 87,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1923,
"end": 1924,
"loc": {
"start": {
"line": 87,
"column": 15
},
"end": {
"line": 87,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 1924,
"end": 1931,
"loc": {
"start": {
"line": 87,
"column": 16
},
"end": {
"line": 87,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1931,
"end": 1932,
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 1932,
"end": 1936,
"loc": {
"start": {
"line": 87,
"column": 24
},
"end": {
"line": 87,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1936,
"end": 1937,
"loc": {
"start": {
"line": 87,
"column": 28
},
"end": {
"line": 87,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 1937,
"end": 1947,
"loc": {
"start": {
"line": 87,
"column": 29
},
"end": {
"line": 87,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1947,
"end": 1948,
"loc": {
"start": {
"line": 87,
"column": 39
},
"end": {
"line": 87,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1948,
"end": 1949,
"loc": {
"start": {
"line": 87,
"column": 40
},
"end": {
"line": 87,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1952,
"end": 1953,
"loc": {
"start": {
"line": 88,
"column": 2
},
"end": {
"line": 88,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1953,
"end": 1954,
"loc": {
"start": {
"line": 88,
"column": 3
},
"end": {
"line": 88,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1954,
"end": 1958,
"loc": {
"start": {
"line": 88,
"column": 4
},
"end": {
"line": 88,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1958,
"end": 1959,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 1959,
"end": 1965,
"loc": {
"start": {
"line": 88,
"column": 9
},
"end": {
"line": 88,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1965,
"end": 1966,
"loc": {
"start": {
"line": 88,
"column": 15
},
"end": {
"line": 88,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 1966,
"end": 1973,
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1973,
"end": 1974,
"loc": {
"start": {
"line": 88,
"column": 23
},
"end": {
"line": 88,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 1974,
"end": 1981,
"loc": {
"start": {
"line": 88,
"column": 24
},
"end": {
"line": 88,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1981,
"end": 1982,
"loc": {
"start": {
"line": 88,
"column": 31
},
"end": {
"line": 88,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 1982,
"end": 1992,
"loc": {
"start": {
"line": 88,
"column": 32
},
"end": {
"line": 88,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1992,
"end": 1993,
"loc": {
"start": {
"line": 88,
"column": 42
},
"end": {
"line": 88,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1993,
"end": 1994,
"loc": {
"start": {
"line": 88,
"column": 43
},
"end": {
"line": 88,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 1997,
"end": 1998,
"loc": {
"start": {
"line": 89,
"column": 2
},
"end": {
"line": 89,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1998,
"end": 1999,
"loc": {
"start": {
"line": 89,
"column": 3
},
"end": {
"line": 89,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1999,
"end": 2003,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2003,
"end": 2004,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2004,
"end": 2010,
"loc": {
"start": {
"line": 89,
"column": 9
},
"end": {
"line": 89,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2010,
"end": 2011,
"loc": {
"start": {
"line": 89,
"column": 15
},
"end": {
"line": 89,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 2011,
"end": 2018,
"loc": {
"start": {
"line": 89,
"column": 16
},
"end": {
"line": 89,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2018,
"end": 2019,
"loc": {
"start": {
"line": 89,
"column": 23
},
"end": {
"line": 89,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "start",
"start": 2019,
"end": 2024,
"loc": {
"start": {
"line": 89,
"column": 24
},
"end": {
"line": 89,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2024,
"end": 2025,
"loc": {
"start": {
"line": 89,
"column": 29
},
"end": {
"line": 89,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 2025,
"end": 2035,
"loc": {
"start": {
"line": 89,
"column": 30
},
"end": {
"line": 89,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2035,
"end": 2036,
"loc": {
"start": {
"line": 89,
"column": 40
},
"end": {
"line": 89,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2036,
"end": 2037,
"loc": {
"start": {
"line": 89,
"column": 41
},
"end": {
"line": 89,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2038,
"end": 2039,
"loc": {
"start": {
"line": 90,
"column": 0
},
"end": {
"line": 90,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2039,
"end": 2040,
"loc": {
"start": {
"line": 90,
"column": 1
},
"end": {
"line": 90,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2040,
"end": 2041,
"loc": {
"start": {
"line": 90,
"column": 2
},
"end": {
"line": 90,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 2043,
"end": 2047,
"loc": {
"start": {
"line": 92,
"column": 0
},
"end": {
"line": 92,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2047,
"end": 2048,
"loc": {
"start": {
"line": 92,
"column": 4
},
"end": {
"line": 92,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 2048,
"end": 2054,
"loc": {
"start": {
"line": 92,
"column": 5
},
"end": {
"line": 92,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2054,
"end": 2055,
"loc": {
"start": {
"line": 92,
"column": 11
},
"end": {
"line": 92,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log MONGOOSE_DROP_SUCCESS",
"start": 2055,
"end": 2089,
"loc": {
"start": {
"line": 92,
"column": 12
},
"end": {
"line": 92,
"column": 46
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2089,
"end": 2090,
"loc": {
"start": {
"line": 92,
"column": 46
},
"end": {
"line": 92,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2091,
"end": 2092,
"loc": {
"start": {
"line": 92,
"column": 48
},
"end": {
"line": 92,
"column": 49
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2093,
"end": 2095,
"loc": {
"start": {
"line": 92,
"column": 50
},
"end": {
"line": 92,
"column": 52
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2096,
"end": 2097,
"loc": {
"start": {
"line": 92,
"column": 53
},
"end": {
"line": 92,
"column": 54
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2100,
"end": 2105,
"loc": {
"start": {
"line": 93,
"column": 2
},
"end": {
"line": 93,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2106,
"end": 2112,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2113,
"end": 2114,
"loc": {
"start": {
"line": 93,
"column": 15
},
"end": {
"line": 93,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 2115,
"end": 2133,
"loc": {
"start": {
"line": 93,
"column": 17
},
"end": {
"line": 93,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2133,
"end": 2134,
"loc": {
"start": {
"line": 93,
"column": 35
},
"end": {
"line": 93,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2134,
"end": 2135,
"loc": {
"start": {
"line": 93,
"column": 36
},
"end": {
"line": 93,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2135,
"end": 2136,
"loc": {
"start": {
"line": 93,
"column": 37
},
"end": {
"line": 93,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2140,
"end": 2146,
"loc": {
"start": {
"line": 95,
"column": 2
},
"end": {
"line": 95,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2146,
"end": 2147,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 2147,
"end": 2151,
"loc": {
"start": {
"line": 95,
"column": 9
},
"end": {
"line": 95,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2151,
"end": 2152,
"loc": {
"start": {
"line": 95,
"column": 13
},
"end": {
"line": 95,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2152,
"end": 2153,
"loc": {
"start": {
"line": 95,
"column": 14
},
"end": {
"line": 95,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 2154,
"end": 2158,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 20
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2158,
"end": 2159,
"loc": {
"start": {
"line": 95,
"column": 20
},
"end": {
"line": 95,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "MONGOOSE_DROP_SUCCESS",
"start": 2160,
"end": 2183,
"loc": {
"start": {
"line": 95,
"column": 22
},
"end": {
"line": 95,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2184,
"end": 2185,
"loc": {
"start": {
"line": 95,
"column": 46
},
"end": {
"line": 95,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2185,
"end": 2186,
"loc": {
"start": {
"line": 95,
"column": 47
},
"end": {
"line": 95,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2186,
"end": 2187,
"loc": {
"start": {
"line": 95,
"column": 48
},
"end": {
"line": 95,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2191,
"end": 2192,
"loc": {
"start": {
"line": 97,
"column": 2
},
"end": {
"line": 97,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2192,
"end": 2193,
"loc": {
"start": {
"line": 97,
"column": 3
},
"end": {
"line": 97,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2193,
"end": 2197,
"loc": {
"start": {
"line": 97,
"column": 4
},
"end": {
"line": 97,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2197,
"end": 2198,
"loc": {
"start": {
"line": 97,
"column": 8
},
"end": {
"line": 97,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2198,
"end": 2204,
"loc": {
"start": {
"line": 97,
"column": 9
},
"end": {
"line": 97,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2204,
"end": 2205,
"loc": {
"start": {
"line": 97,
"column": 15
},
"end": {
"line": 97,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 2205,
"end": 2212,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2212,
"end": 2213,
"loc": {
"start": {
"line": 97,
"column": 23
},
"end": {
"line": 97,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 2213,
"end": 2217,
"loc": {
"start": {
"line": 97,
"column": 24
},
"end": {
"line": 97,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2217,
"end": 2218,
"loc": {
"start": {
"line": 97,
"column": 28
},
"end": {
"line": 97,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 2218,
"end": 2228,
"loc": {
"start": {
"line": 97,
"column": 29
},
"end": {
"line": 97,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2228,
"end": 2229,
"loc": {
"start": {
"line": 97,
"column": 39
},
"end": {
"line": 97,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2229,
"end": 2230,
"loc": {
"start": {
"line": 97,
"column": 40
},
"end": {
"line": 97,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2233,
"end": 2234,
"loc": {
"start": {
"line": 98,
"column": 2
},
"end": {
"line": 98,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2234,
"end": 2235,
"loc": {
"start": {
"line": 98,
"column": 3
},
"end": {
"line": 98,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2235,
"end": 2239,
"loc": {
"start": {
"line": 98,
"column": 4
},
"end": {
"line": 98,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2239,
"end": 2240,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 2240,
"end": 2246,
"loc": {
"start": {
"line": 98,
"column": 9
},
"end": {
"line": 98,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2246,
"end": 2247,
"loc": {
"start": {
"line": 98,
"column": 15
},
"end": {
"line": 98,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 2247,
"end": 2254,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2254,
"end": 2255,
"loc": {
"start": {
"line": 98,
"column": 23
},
"end": {
"line": 98,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 2255,
"end": 2258,
"loc": {
"start": {
"line": 98,
"column": 24
},
"end": {
"line": 98,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2258,
"end": 2259,
"loc": {
"start": {
"line": 98,
"column": 27
},
"end": {
"line": 98,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 2259,
"end": 2269,
"loc": {
"start": {
"line": 98,
"column": 28
},
"end": {
"line": 98,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2269,
"end": 2270,
"loc": {
"start": {
"line": 98,
"column": 38
},
"end": {
"line": 98,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 2270,
"end": 2275,
"loc": {
"start": {
"line": 98,
"column": 39
},
"end": {
"line": 98,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2275,
"end": 2276,
"loc": {
"start": {
"line": 98,
"column": 44
},
"end": {
"line": 98,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 2276,
"end": 2281,
"loc": {
"start": {
"line": 98,
"column": 45
},
"end": {
"line": 98,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2281,
"end": 2282,
"loc": {
"start": {
"line": 98,
"column": 50
},
"end": {
"line": 98,
"column": 51
}
}
},
{
"type": {
"label": "regexp",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": {
"pattern": "Database dropped",
"flags": ""
},
"start": 2282,
"end": 2300,
"loc": {
"start": {
"line": 98,
"column": 51
},
"end": {
"line": 98,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2300,
"end": 2301,
"loc": {
"start": {
"line": 98,
"column": 69
},
"end": {
"line": 98,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2301,
"end": 2302,
"loc": {
"start": {
"line": 98,
"column": 70
},
"end": {
"line": 98,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2302,
"end": 2303,
"loc": {
"start": {
"line": 98,
"column": 71
},
"end": {
"line": 98,
"column": 72
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2303,
"end": 2304,
"loc": {
"start": {
"line": 98,
"column": 72
},
"end": {
"line": 98,
"column": 73
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2305,
"end": 2306,
"loc": {
"start": {
"line": 99,
"column": 0
},
"end": {
"line": 99,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2306,
"end": 2307,
"loc": {
"start": {
"line": 99,
"column": 1
},
"end": {
"line": 99,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2307,
"end": 2308,
"loc": {
"start": {
"line": 99,
"column": 2
},
"end": {
"line": 99,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 2310,
"end": 2314,
"loc": {
"start": {
"line": 101,
"column": 0
},
"end": {
"line": 101,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2314,
"end": 2315,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 2315,
"end": 2321,
"loc": {
"start": {
"line": 101,
"column": 5
},
"end": {
"line": 101,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2321,
"end": 2322,
"loc": {
"start": {
"line": 101,
"column": 11
},
"end": {
"line": 101,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log ALL_SEEDERS_START",
"start": 2322,
"end": 2352,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 42
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2352,
"end": 2353,
"loc": {
"start": {
"line": 101,
"column": 42
},
"end": {
"line": 101,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2354,
"end": 2355,
"loc": {
"start": {
"line": 101,
"column": 44
},
"end": {
"line": 101,
"column": 45
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2356,
"end": 2358,
"loc": {
"start": {
"line": 101,
"column": 46
},
"end": {
"line": 101,
"column": 48
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2359,
"end": 2360,
"loc": {
"start": {
"line": 101,
"column": 49
},
"end": {
"line": 101,
"column": 50
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2363,
"end": 2368,
"loc": {
"start": {
"line": 102,
"column": 2
},
"end": {
"line": 102,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2369,
"end": 2375,
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2376,
"end": 2377,
"loc": {
"start": {
"line": 102,
"column": 15
},
"end": {
"line": 102,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 2378,
"end": 2396,
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2396,
"end": 2397,
"loc": {
"start": {
"line": 102,
"column": 35
},
"end": {
"line": 102,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2397,
"end": 2398,
"loc": {
"start": {
"line": 102,
"column": 36
},
"end": {
"line": 102,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2398,
"end": 2399,
"loc": {
"start": {
"line": 102,
"column": 37
},
"end": {
"line": 102,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2403,
"end": 2409,
"loc": {
"start": {
"line": 104,
"column": 2
},
"end": {
"line": 104,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2409,
"end": 2410,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 2410,
"end": 2414,
"loc": {
"start": {
"line": 104,
"column": 9
},
"end": {
"line": 104,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2414,
"end": 2415,
"loc": {
"start": {
"line": 104,
"column": 13
},
"end": {
"line": 104,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2415,
"end": 2416,
"loc": {
"start": {
"line": 104,
"column": 14
},
"end": {
"line": 104,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 2417,
"end": 2421,
"loc": {
"start": {
"line": 104,
"column": 16
},
"end": {
"line": 104,
"column": 20
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2421,
"end": 2422,
"loc": {
"start": {
"line": 104,
"column": 20
},
"end": {
"line": 104,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ALL_SEEDERS_START",
"start": 2423,
"end": 2442,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 104,
"column": 41
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2443,
"end": 2444,
"loc": {
"start": {
"line": 104,
"column": 42
},
"end": {
"line": 104,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2444,
"end": 2445,
"loc": {
"start": {
"line": 104,
"column": 43
},
"end": {
"line": 104,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2445,
"end": 2446,
"loc": {
"start": {
"line": 104,
"column": 44
},
"end": {
"line": 104,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2450,
"end": 2451,
"loc": {
"start": {
"line": 106,
"column": 2
},
"end": {
"line": 106,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2451,
"end": 2452,
"loc": {
"start": {
"line": 106,
"column": 3
},
"end": {
"line": 106,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2452,
"end": 2456,
"loc": {
"start": {
"line": 106,
"column": 4
},
"end": {
"line": 106,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2456,
"end": 2457,
"loc": {
"start": {
"line": 106,
"column": 8
},
"end": {
"line": 106,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2457,
"end": 2463,
"loc": {
"start": {
"line": 106,
"column": 9
},
"end": {
"line": 106,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2463,
"end": 2464,
"loc": {
"start": {
"line": 106,
"column": 15
},
"end": {
"line": 106,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 2464,
"end": 2471,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2471,
"end": 2472,
"loc": {
"start": {
"line": 106,
"column": 23
},
"end": {
"line": 106,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 2472,
"end": 2476,
"loc": {
"start": {
"line": 106,
"column": 24
},
"end": {
"line": 106,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2476,
"end": 2477,
"loc": {
"start": {
"line": 106,
"column": 28
},
"end": {
"line": 106,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 2477,
"end": 2487,
"loc": {
"start": {
"line": 106,
"column": 29
},
"end": {
"line": 106,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2487,
"end": 2488,
"loc": {
"start": {
"line": 106,
"column": 39
},
"end": {
"line": 106,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2488,
"end": 2489,
"loc": {
"start": {
"line": 106,
"column": 40
},
"end": {
"line": 106,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2492,
"end": 2493,
"loc": {
"start": {
"line": 107,
"column": 2
},
"end": {
"line": 107,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2493,
"end": 2494,
"loc": {
"start": {
"line": 107,
"column": 3
},
"end": {
"line": 107,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2494,
"end": 2498,
"loc": {
"start": {
"line": 107,
"column": 4
},
"end": {
"line": 107,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2498,
"end": 2499,
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 2499,
"end": 2505,
"loc": {
"start": {
"line": 107,
"column": 9
},
"end": {
"line": 107,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2505,
"end": 2506,
"loc": {
"start": {
"line": 107,
"column": 15
},
"end": {
"line": 107,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 2506,
"end": 2513,
"loc": {
"start": {
"line": 107,
"column": 16
},
"end": {
"line": 107,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2513,
"end": 2514,
"loc": {
"start": {
"line": 107,
"column": 23
},
"end": {
"line": 107,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 2514,
"end": 2517,
"loc": {
"start": {
"line": 107,
"column": 24
},
"end": {
"line": 107,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2517,
"end": 2518,
"loc": {
"start": {
"line": 107,
"column": 27
},
"end": {
"line": 107,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 2518,
"end": 2528,
"loc": {
"start": {
"line": 107,
"column": 28
},
"end": {
"line": 107,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2528,
"end": 2529,
"loc": {
"start": {
"line": 107,
"column": 38
},
"end": {
"line": 107,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 2529,
"end": 2534,
"loc": {
"start": {
"line": 107,
"column": 39
},
"end": {
"line": 107,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2534,
"end": 2535,
"loc": {
"start": {
"line": 107,
"column": 44
},
"end": {
"line": 107,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 2535,
"end": 2540,
"loc": {
"start": {
"line": 107,
"column": 45
},
"end": {
"line": 107,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2540,
"end": 2541,
"loc": {
"start": {
"line": 107,
"column": 50
},
"end": {
"line": 107,
"column": 51
}
}
},
{
"type": {
"label": "regexp",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": {
"pattern": "Seeding Results",
"flags": ""
},
"start": 2541,
"end": 2558,
"loc": {
"start": {
"line": 107,
"column": 51
},
"end": {
"line": 107,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2558,
"end": 2559,
"loc": {
"start": {
"line": 107,
"column": 68
},
"end": {
"line": 107,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2559,
"end": 2560,
"loc": {
"start": {
"line": 107,
"column": 69
},
"end": {
"line": 107,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2560,
"end": 2561,
"loc": {
"start": {
"line": 107,
"column": 70
},
"end": {
"line": 107,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2561,
"end": 2562,
"loc": {
"start": {
"line": 107,
"column": 71
},
"end": {
"line": 107,
"column": 72
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2563,
"end": 2564,
"loc": {
"start": {
"line": 108,
"column": 0
},
"end": {
"line": 108,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2564,
"end": 2565,
"loc": {
"start": {
"line": 108,
"column": 1
},
"end": {
"line": 108,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2565,
"end": 2566,
"loc": {
"start": {
"line": 108,
"column": 2
},
"end": {
"line": 108,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 2568,
"end": 2572,
"loc": {
"start": {
"line": 110,
"column": 0
},
"end": {
"line": 110,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2572,
"end": 2573,
"loc": {
"start": {
"line": 110,
"column": 4
},
"end": {
"line": 110,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 2573,
"end": 2579,
"loc": {
"start": {
"line": 110,
"column": 5
},
"end": {
"line": 110,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2579,
"end": 2580,
"loc": {
"start": {
"line": 110,
"column": 11
},
"end": {
"line": 110,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log ALL_SEEDERS_FINISH",
"start": 2580,
"end": 2611,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 43
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2611,
"end": 2612,
"loc": {
"start": {
"line": 110,
"column": 43
},
"end": {
"line": 110,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2613,
"end": 2614,
"loc": {
"start": {
"line": 110,
"column": 45
},
"end": {
"line": 110,
"column": 46
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2615,
"end": 2617,
"loc": {
"start": {
"line": 110,
"column": 47
},
"end": {
"line": 110,
"column": 49
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2618,
"end": 2619,
"loc": {
"start": {
"line": 110,
"column": 50
},
"end": {
"line": 110,
"column": 51
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2622,
"end": 2627,
"loc": {
"start": {
"line": 111,
"column": 2
},
"end": {
"line": 111,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2628,
"end": 2634,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2635,
"end": 2636,
"loc": {
"start": {
"line": 111,
"column": 15
},
"end": {
"line": 111,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 2637,
"end": 2655,
"loc": {
"start": {
"line": 111,
"column": 17
},
"end": {
"line": 111,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2655,
"end": 2656,
"loc": {
"start": {
"line": 111,
"column": 35
},
"end": {
"line": 111,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2656,
"end": 2657,
"loc": {
"start": {
"line": 111,
"column": 36
},
"end": {
"line": 111,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2657,
"end": 2658,
"loc": {
"start": {
"line": 111,
"column": 37
},
"end": {
"line": 111,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2662,
"end": 2668,
"loc": {
"start": {
"line": 113,
"column": 2
},
"end": {
"line": 113,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2668,
"end": 2669,
"loc": {
"start": {
"line": 113,
"column": 8
},
"end": {
"line": 113,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 2669,
"end": 2673,
"loc": {
"start": {
"line": 113,
"column": 9
},
"end": {
"line": 113,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2673,
"end": 2674,
"loc": {
"start": {
"line": 113,
"column": 13
},
"end": {
"line": 113,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2674,
"end": 2675,
"loc": {
"start": {
"line": 113,
"column": 14
},
"end": {
"line": 113,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 2676,
"end": 2680,
"loc": {
"start": {
"line": 113,
"column": 16
},
"end": {
"line": 113,
"column": 20
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2680,
"end": 2681,
"loc": {
"start": {
"line": 113,
"column": 20
},
"end": {
"line": 113,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ALL_SEEDERS_FINISH",
"start": 2682,
"end": 2702,
"loc": {
"start": {
"line": 113,
"column": 22
},
"end": {
"line": 113,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2703,
"end": 2704,
"loc": {
"start": {
"line": 113,
"column": 43
},
"end": {
"line": 113,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2704,
"end": 2705,
"loc": {
"start": {
"line": 113,
"column": 44
},
"end": {
"line": 113,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2705,
"end": 2706,
"loc": {
"start": {
"line": 113,
"column": 45
},
"end": {
"line": 113,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2710,
"end": 2711,
"loc": {
"start": {
"line": 115,
"column": 2
},
"end": {
"line": 115,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2711,
"end": 2712,
"loc": {
"start": {
"line": 115,
"column": 3
},
"end": {
"line": 115,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2712,
"end": 2716,
"loc": {
"start": {
"line": 115,
"column": 4
},
"end": {
"line": 115,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2716,
"end": 2717,
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2717,
"end": 2723,
"loc": {
"start": {
"line": 115,
"column": 9
},
"end": {
"line": 115,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2723,
"end": 2724,
"loc": {
"start": {
"line": 115,
"column": 15
},
"end": {
"line": 115,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 2724,
"end": 2731,
"loc": {
"start": {
"line": 115,
"column": 16
},
"end": {
"line": 115,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2731,
"end": 2732,
"loc": {
"start": {
"line": 115,
"column": 23
},
"end": {
"line": 115,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 2732,
"end": 2736,
"loc": {
"start": {
"line": 115,
"column": 24
},
"end": {
"line": 115,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2736,
"end": 2737,
"loc": {
"start": {
"line": 115,
"column": 28
},
"end": {
"line": 115,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 2737,
"end": 2747,
"loc": {
"start": {
"line": 115,
"column": 29
},
"end": {
"line": 115,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2747,
"end": 2748,
"loc": {
"start": {
"line": 115,
"column": 39
},
"end": {
"line": 115,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2748,
"end": 2749,
"loc": {
"start": {
"line": 115,
"column": 40
},
"end": {
"line": 115,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2752,
"end": 2753,
"loc": {
"start": {
"line": 116,
"column": 2
},
"end": {
"line": 116,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2753,
"end": 2754,
"loc": {
"start": {
"line": 116,
"column": 3
},
"end": {
"line": 116,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2754,
"end": 2758,
"loc": {
"start": {
"line": 116,
"column": 4
},
"end": {
"line": 116,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2758,
"end": 2759,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 2759,
"end": 2765,
"loc": {
"start": {
"line": 116,
"column": 9
},
"end": {
"line": 116,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2765,
"end": 2766,
"loc": {
"start": {
"line": 116,
"column": 15
},
"end": {
"line": 116,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 2766,
"end": 2773,
"loc": {
"start": {
"line": 116,
"column": 16
},
"end": {
"line": 116,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2773,
"end": 2774,
"loc": {
"start": {
"line": 116,
"column": 23
},
"end": {
"line": 116,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 2774,
"end": 2777,
"loc": {
"start": {
"line": 116,
"column": 24
},
"end": {
"line": 116,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2777,
"end": 2778,
"loc": {
"start": {
"line": 116,
"column": 27
},
"end": {
"line": 116,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 2778,
"end": 2788,
"loc": {
"start": {
"line": 116,
"column": 28
},
"end": {
"line": 116,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2788,
"end": 2789,
"loc": {
"start": {
"line": 116,
"column": 38
},
"end": {
"line": 116,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 2789,
"end": 2794,
"loc": {
"start": {
"line": 116,
"column": 39
},
"end": {
"line": 116,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2794,
"end": 2795,
"loc": {
"start": {
"line": 116,
"column": 44
},
"end": {
"line": 116,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 2795,
"end": 2800,
"loc": {
"start": {
"line": 116,
"column": 45
},
"end": {
"line": 116,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2800,
"end": 2801,
"loc": {
"start": {
"line": 116,
"column": 50
},
"end": {
"line": 116,
"column": 51
}
}
},
{
"type": {
"label": "regexp",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": {
"pattern": "Done",
"flags": ""
},
"start": 2801,
"end": 2807,
"loc": {
"start": {
"line": 116,
"column": 51
},
"end": {
"line": 116,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2807,
"end": 2808,
"loc": {
"start": {
"line": 116,
"column": 57
},
"end": {
"line": 116,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2808,
"end": 2809,
"loc": {
"start": {
"line": 116,
"column": 58
},
"end": {
"line": 116,
"column": 59
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2809,
"end": 2810,
"loc": {
"start": {
"line": 116,
"column": 59
},
"end": {
"line": 116,
"column": 60
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2810,
"end": 2811,
"loc": {
"start": {
"line": 116,
"column": 60
},
"end": {
"line": 116,
"column": 61
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2812,
"end": 2813,
"loc": {
"start": {
"line": 117,
"column": 0
},
"end": {
"line": 117,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2813,
"end": 2814,
"loc": {
"start": {
"line": 117,
"column": 1
},
"end": {
"line": 117,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2814,
"end": 2815,
"loc": {
"start": {
"line": 117,
"column": 2
},
"end": {
"line": 117,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 2817,
"end": 2821,
"loc": {
"start": {
"line": 119,
"column": 0
},
"end": {
"line": 119,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2821,
"end": 2822,
"loc": {
"start": {
"line": 119,
"column": 4
},
"end": {
"line": 119,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 2822,
"end": 2828,
"loc": {
"start": {
"line": 119,
"column": 5
},
"end": {
"line": 119,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2828,
"end": 2829,
"loc": {
"start": {
"line": 119,
"column": 11
},
"end": {
"line": 119,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log SEEDER_START",
"start": 2829,
"end": 2854,
"loc": {
"start": {
"line": 119,
"column": 12
},
"end": {
"line": 119,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2854,
"end": 2855,
"loc": {
"start": {
"line": 119,
"column": 37
},
"end": {
"line": 119,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2856,
"end": 2857,
"loc": {
"start": {
"line": 119,
"column": 39
},
"end": {
"line": 119,
"column": 40
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2858,
"end": 2860,
"loc": {
"start": {
"line": 119,
"column": 41
},
"end": {
"line": 119,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2861,
"end": 2862,
"loc": {
"start": {
"line": 119,
"column": 44
},
"end": {
"line": 119,
"column": 45
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2865,
"end": 2870,
"loc": {
"start": {
"line": 120,
"column": 2
},
"end": {
"line": 120,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2871,
"end": 2877,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2878,
"end": 2879,
"loc": {
"start": {
"line": 120,
"column": 15
},
"end": {
"line": 120,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 2880,
"end": 2898,
"loc": {
"start": {
"line": 120,
"column": 17
},
"end": {
"line": 120,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2898,
"end": 2899,
"loc": {
"start": {
"line": 120,
"column": 35
},
"end": {
"line": 120,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2899,
"end": 2900,
"loc": {
"start": {
"line": 120,
"column": 36
},
"end": {
"line": 120,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2900,
"end": 2901,
"loc": {
"start": {
"line": 120,
"column": 37
},
"end": {
"line": 120,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2905,
"end": 2910,
"loc": {
"start": {
"line": 122,
"column": 2
},
"end": {
"line": 122,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 2911,
"end": 2918,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2919,
"end": 2920,
"loc": {
"start": {
"line": 122,
"column": 16
},
"end": {
"line": 122,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2921,
"end": 2922,
"loc": {
"start": {
"line": 122,
"column": 18
},
"end": {
"line": 122,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 2923,
"end": 2927,
"loc": {
"start": {
"line": 122,
"column": 20
},
"end": {
"line": 122,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2927,
"end": 2928,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 122,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "some-name",
"start": 2929,
"end": 2940,
"loc": {
"start": {
"line": 122,
"column": 26
},
"end": {
"line": 122,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2941,
"end": 2942,
"loc": {
"start": {
"line": 122,
"column": 38
},
"end": {
"line": 122,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2942,
"end": 2943,
"loc": {
"start": {
"line": 122,
"column": 39
},
"end": {
"line": 122,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 2947,
"end": 2953,
"loc": {
"start": {
"line": 124,
"column": 2
},
"end": {
"line": 124,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2953,
"end": 2954,
"loc": {
"start": {
"line": 124,
"column": 8
},
"end": {
"line": 124,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 2954,
"end": 2958,
"loc": {
"start": {
"line": 124,
"column": 9
},
"end": {
"line": 124,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2958,
"end": 2959,
"loc": {
"start": {
"line": 124,
"column": 13
},
"end": {
"line": 124,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2959,
"end": 2960,
"loc": {
"start": {
"line": 124,
"column": 14
},
"end": {
"line": 124,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 2961,
"end": 2965,
"loc": {
"start": {
"line": 124,
"column": 16
},
"end": {
"line": 124,
"column": 20
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2965,
"end": 2966,
"loc": {
"start": {
"line": 124,
"column": 20
},
"end": {
"line": 124,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "SEEDER_START",
"start": 2967,
"end": 2981,
"loc": {
"start": {
"line": 124,
"column": 22
},
"end": {
"line": 124,
"column": 36
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2981,
"end": 2982,
"loc": {
"start": {
"line": 124,
"column": 36
},
"end": {
"line": 124,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 2983,
"end": 2990,
"loc": {
"start": {
"line": 124,
"column": 38
},
"end": {
"line": 124,
"column": 45
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2991,
"end": 2992,
"loc": {
"start": {
"line": 124,
"column": 46
},
"end": {
"line": 124,
"column": 47
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2992,
"end": 2993,
"loc": {
"start": {
"line": 124,
"column": 47
},
"end": {
"line": 124,
"column": 48
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2993,
"end": 2994,
"loc": {
"start": {
"line": 124,
"column": 48
},
"end": {
"line": 124,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 2998,
"end": 2999,
"loc": {
"start": {
"line": 126,
"column": 2
},
"end": {
"line": 126,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2999,
"end": 3000,
"loc": {
"start": {
"line": 126,
"column": 3
},
"end": {
"line": 126,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3000,
"end": 3004,
"loc": {
"start": {
"line": 126,
"column": 4
},
"end": {
"line": 126,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3004,
"end": 3005,
"loc": {
"start": {
"line": 126,
"column": 8
},
"end": {
"line": 126,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 3005,
"end": 3011,
"loc": {
"start": {
"line": 126,
"column": 9
},
"end": {
"line": 126,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3011,
"end": 3012,
"loc": {
"start": {
"line": 126,
"column": 15
},
"end": {
"line": 126,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 3012,
"end": 3019,
"loc": {
"start": {
"line": 126,
"column": 16
},
"end": {
"line": 126,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3019,
"end": 3020,
"loc": {
"start": {
"line": 126,
"column": 23
},
"end": {
"line": 126,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 3020,
"end": 3024,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3024,
"end": 3025,
"loc": {
"start": {
"line": 126,
"column": 28
},
"end": {
"line": 126,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 3025,
"end": 3035,
"loc": {
"start": {
"line": 126,
"column": 29
},
"end": {
"line": 126,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3035,
"end": 3036,
"loc": {
"start": {
"line": 126,
"column": 39
},
"end": {
"line": 126,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3036,
"end": 3037,
"loc": {
"start": {
"line": 126,
"column": 40
},
"end": {
"line": 126,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3040,
"end": 3041,
"loc": {
"start": {
"line": 127,
"column": 2
},
"end": {
"line": 127,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3041,
"end": 3042,
"loc": {
"start": {
"line": 127,
"column": 3
},
"end": {
"line": 127,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3042,
"end": 3046,
"loc": {
"start": {
"line": 127,
"column": 4
},
"end": {
"line": 127,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3046,
"end": 3047,
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 3047,
"end": 3053,
"loc": {
"start": {
"line": 127,
"column": 9
},
"end": {
"line": 127,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3053,
"end": 3054,
"loc": {
"start": {
"line": 127,
"column": 15
},
"end": {
"line": 127,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 3054,
"end": 3061,
"loc": {
"start": {
"line": 127,
"column": 16
},
"end": {
"line": 127,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3061,
"end": 3062,
"loc": {
"start": {
"line": 127,
"column": 23
},
"end": {
"line": 127,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "message",
"start": 3062,
"end": 3069,
"loc": {
"start": {
"line": 127,
"column": 24
},
"end": {
"line": 127,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3069,
"end": 3070,
"loc": {
"start": {
"line": 127,
"column": 31
},
"end": {
"line": 127,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 3070,
"end": 3080,
"loc": {
"start": {
"line": 127,
"column": 32
},
"end": {
"line": 127,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3080,
"end": 3081,
"loc": {
"start": {
"line": 127,
"column": 42
},
"end": {
"line": 127,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3081,
"end": 3088,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3088,
"end": 3089,
"loc": {
"start": {
"line": 127,
"column": 50
},
"end": {
"line": 127,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 3089,
"end": 3093,
"loc": {
"start": {
"line": 127,
"column": 51
},
"end": {
"line": 127,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3093,
"end": 3094,
"loc": {
"start": {
"line": 127,
"column": 55
},
"end": {
"line": 127,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3094,
"end": 3095,
"loc": {
"start": {
"line": 127,
"column": 56
},
"end": {
"line": 127,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3095,
"end": 3096,
"loc": {
"start": {
"line": 127,
"column": 57
},
"end": {
"line": 127,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3099,
"end": 3100,
"loc": {
"start": {
"line": 128,
"column": 2
},
"end": {
"line": 128,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3100,
"end": 3101,
"loc": {
"start": {
"line": 128,
"column": 3
},
"end": {
"line": 128,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3101,
"end": 3105,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 128,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3105,
"end": 3106,
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 3106,
"end": 3112,
"loc": {
"start": {
"line": 128,
"column": 9
},
"end": {
"line": 128,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3112,
"end": 3113,
"loc": {
"start": {
"line": 128,
"column": 15
},
"end": {
"line": 128,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 3113,
"end": 3120,
"loc": {
"start": {
"line": 128,
"column": 16
},
"end": {
"line": 128,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3120,
"end": 3121,
"loc": {
"start": {
"line": 128,
"column": 23
},
"end": {
"line": 128,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "start",
"start": 3121,
"end": 3126,
"loc": {
"start": {
"line": 128,
"column": 24
},
"end": {
"line": 128,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3126,
"end": 3127,
"loc": {
"start": {
"line": 128,
"column": 29
},
"end": {
"line": 128,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 3127,
"end": 3137,
"loc": {
"start": {
"line": 128,
"column": 30
},
"end": {
"line": 128,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3137,
"end": 3138,
"loc": {
"start": {
"line": 128,
"column": 40
},
"end": {
"line": 128,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3138,
"end": 3139,
"loc": {
"start": {
"line": 128,
"column": 41
},
"end": {
"line": 128,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3140,
"end": 3141,
"loc": {
"start": {
"line": 129,
"column": 0
},
"end": {
"line": 129,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3141,
"end": 3142,
"loc": {
"start": {
"line": 129,
"column": 1
},
"end": {
"line": 129,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3142,
"end": 3143,
"loc": {
"start": {
"line": 129,
"column": 2
},
"end": {
"line": 129,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 3145,
"end": 3149,
"loc": {
"start": {
"line": 131,
"column": 0
},
"end": {
"line": 131,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3149,
"end": 3150,
"loc": {
"start": {
"line": 131,
"column": 4
},
"end": {
"line": 131,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 3150,
"end": 3156,
"loc": {
"start": {
"line": 131,
"column": 5
},
"end": {
"line": 131,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3156,
"end": 3157,
"loc": {
"start": {
"line": 131,
"column": 11
},
"end": {
"line": 131,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log SEEDER_SUCCESS",
"start": 3157,
"end": 3184,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3184,
"end": 3185,
"loc": {
"start": {
"line": 131,
"column": 39
},
"end": {
"line": 131,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3186,
"end": 3187,
"loc": {
"start": {
"line": 131,
"column": 41
},
"end": {
"line": 131,
"column": 42
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3188,
"end": 3190,
"loc": {
"start": {
"line": 131,
"column": 43
},
"end": {
"line": 131,
"column": 45
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3191,
"end": 3192,
"loc": {
"start": {
"line": 131,
"column": 46
},
"end": {
"line": 131,
"column": 47
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 3195,
"end": 3200,
"loc": {
"start": {
"line": 132,
"column": 2
},
"end": {
"line": 132,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 3201,
"end": 3207,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3208,
"end": 3209,
"loc": {
"start": {
"line": 132,
"column": 15
},
"end": {
"line": 132,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 3210,
"end": 3228,
"loc": {
"start": {
"line": 132,
"column": 17
},
"end": {
"line": 132,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3228,
"end": 3229,
"loc": {
"start": {
"line": 132,
"column": 35
},
"end": {
"line": 132,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3229,
"end": 3230,
"loc": {
"start": {
"line": 132,
"column": 36
},
"end": {
"line": 132,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3230,
"end": 3231,
"loc": {
"start": {
"line": 132,
"column": 37
},
"end": {
"line": 132,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 3235,
"end": 3240,
"loc": {
"start": {
"line": 134,
"column": 2
},
"end": {
"line": 134,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3241,
"end": 3248,
"loc": {
"start": {
"line": 134,
"column": 8
},
"end": {
"line": 134,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3249,
"end": 3250,
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 134,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3251,
"end": 3252,
"loc": {
"start": {
"line": 134,
"column": 18
},
"end": {
"line": 134,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 3253,
"end": 3257,
"loc": {
"start": {
"line": 134,
"column": 20
},
"end": {
"line": 134,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3257,
"end": 3258,
"loc": {
"start": {
"line": 134,
"column": 24
},
"end": {
"line": 134,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "some-name",
"start": 3259,
"end": 3270,
"loc": {
"start": {
"line": 134,
"column": 26
},
"end": {
"line": 134,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3270,
"end": 3271,
"loc": {
"start": {
"line": 134,
"column": 37
},
"end": {
"line": 134,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "results",
"start": 3272,
"end": 3279,
"loc": {
"start": {
"line": 134,
"column": 39
},
"end": {
"line": 134,
"column": 46
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3279,
"end": 3280,
"loc": {
"start": {
"line": 134,
"column": 46
},
"end": {
"line": 134,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3281,
"end": 3282,
"loc": {
"start": {
"line": 134,
"column": 48
},
"end": {
"line": 134,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "run",
"start": 3283,
"end": 3286,
"loc": {
"start": {
"line": 134,
"column": 50
},
"end": {
"line": 134,
"column": 53
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3286,
"end": 3287,
"loc": {
"start": {
"line": 134,
"column": 53
},
"end": {
"line": 134,
"column": 54
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3288,
"end": 3292,
"loc": {
"start": {
"line": 134,
"column": 55
},
"end": {
"line": 134,
"column": 59
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3292,
"end": 3293,
"loc": {
"start": {
"line": 134,
"column": 59
},
"end": {
"line": 134,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "created",
"start": 3294,
"end": 3301,
"loc": {
"start": {
"line": 134,
"column": 61
},
"end": {
"line": 134,
"column": 68
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3301,
"end": 3302,
"loc": {
"start": {
"line": 134,
"column": 68
},
"end": {
"line": 134,
"column": 69
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "10",
"start": 3303,
"end": 3307,
"loc": {
"start": {
"line": 134,
"column": 70
},
"end": {
"line": 134,
"column": 74
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3308,
"end": 3309,
"loc": {
"start": {
"line": 134,
"column": 75
},
"end": {
"line": 134,
"column": 76
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3310,
"end": 3311,
"loc": {
"start": {
"line": 134,
"column": 77
},
"end": {
"line": 134,
"column": 78
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3311,
"end": 3312,
"loc": {
"start": {
"line": 134,
"column": 78
},
"end": {
"line": 134,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 3316,
"end": 3322,
"loc": {
"start": {
"line": 136,
"column": 2
},
"end": {
"line": 136,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3322,
"end": 3323,
"loc": {
"start": {
"line": 136,
"column": 8
},
"end": {
"line": 136,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 3323,
"end": 3327,
"loc": {
"start": {
"line": 136,
"column": 9
},
"end": {
"line": 136,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3327,
"end": 3328,
"loc": {
"start": {
"line": 136,
"column": 13
},
"end": {
"line": 136,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3328,
"end": 3329,
"loc": {
"start": {
"line": 136,
"column": 14
},
"end": {
"line": 136,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 3330,
"end": 3334,
"loc": {
"start": {
"line": 136,
"column": 16
},
"end": {
"line": 136,
"column": 20
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3334,
"end": 3335,
"loc": {
"start": {
"line": 136,
"column": 20
},
"end": {
"line": 136,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "SEEDER_SUCCESS",
"start": 3336,
"end": 3352,
"loc": {
"start": {
"line": 136,
"column": 22
},
"end": {
"line": 136,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3352,
"end": 3353,
"loc": {
"start": {
"line": 136,
"column": 38
},
"end": {
"line": 136,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3354,
"end": 3361,
"loc": {
"start": {
"line": 136,
"column": 40
},
"end": {
"line": 136,
"column": 47
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3362,
"end": 3363,
"loc": {
"start": {
"line": 136,
"column": 48
},
"end": {
"line": 136,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3363,
"end": 3364,
"loc": {
"start": {
"line": 136,
"column": 49
},
"end": {
"line": 136,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3364,
"end": 3365,
"loc": {
"start": {
"line": 136,
"column": 50
},
"end": {
"line": 136,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3369,
"end": 3370,
"loc": {
"start": {
"line": 138,
"column": 2
},
"end": {
"line": 138,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3370,
"end": 3371,
"loc": {
"start": {
"line": 138,
"column": 3
},
"end": {
"line": 138,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3371,
"end": 3375,
"loc": {
"start": {
"line": 138,
"column": 4
},
"end": {
"line": 138,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3375,
"end": 3376,
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 3376,
"end": 3382,
"loc": {
"start": {
"line": 138,
"column": 9
},
"end": {
"line": 138,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3382,
"end": 3383,
"loc": {
"start": {
"line": 138,
"column": 15
},
"end": {
"line": 138,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 3383,
"end": 3390,
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3390,
"end": 3391,
"loc": {
"start": {
"line": 138,
"column": 23
},
"end": {
"line": 138,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 3391,
"end": 3395,
"loc": {
"start": {
"line": 138,
"column": 24
},
"end": {
"line": 138,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3395,
"end": 3396,
"loc": {
"start": {
"line": 138,
"column": 28
},
"end": {
"line": 138,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 3396,
"end": 3406,
"loc": {
"start": {
"line": 138,
"column": 29
},
"end": {
"line": 138,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3406,
"end": 3407,
"loc": {
"start": {
"line": 138,
"column": 39
},
"end": {
"line": 138,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3407,
"end": 3408,
"loc": {
"start": {
"line": 138,
"column": 40
},
"end": {
"line": 138,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3411,
"end": 3412,
"loc": {
"start": {
"line": 139,
"column": 2
},
"end": {
"line": 139,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3412,
"end": 3413,
"loc": {
"start": {
"line": 139,
"column": 3
},
"end": {
"line": 139,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3413,
"end": 3417,
"loc": {
"start": {
"line": 139,
"column": 4
},
"end": {
"line": 139,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3417,
"end": 3418,
"loc": {
"start": {
"line": 139,
"column": 8
},
"end": {
"line": 139,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 3418,
"end": 3424,
"loc": {
"start": {
"line": 139,
"column": 9
},
"end": {
"line": 139,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3424,
"end": 3425,
"loc": {
"start": {
"line": 139,
"column": 15
},
"end": {
"line": 139,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 3425,
"end": 3432,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3432,
"end": 3433,
"loc": {
"start": {
"line": 139,
"column": 23
},
"end": {
"line": 139,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 3433,
"end": 3436,
"loc": {
"start": {
"line": 139,
"column": 24
},
"end": {
"line": 139,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3436,
"end": 3437,
"loc": {
"start": {
"line": 139,
"column": 27
},
"end": {
"line": 139,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 3437,
"end": 3447,
"loc": {
"start": {
"line": 139,
"column": 28
},
"end": {
"line": 139,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3447,
"end": 3448,
"loc": {
"start": {
"line": 139,
"column": 38
},
"end": {
"line": 139,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 3448,
"end": 3453,
"loc": {
"start": {
"line": 139,
"column": 39
},
"end": {
"line": 139,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3453,
"end": 3454,
"loc": {
"start": {
"line": 139,
"column": 44
},
"end": {
"line": 139,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 3454,
"end": 3459,
"loc": {
"start": {
"line": 139,
"column": 45
},
"end": {
"line": 139,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3459,
"end": 3460,
"loc": {
"start": {
"line": 139,
"column": 50
},
"end": {
"line": 139,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3460,
"end": 3467,
"loc": {
"start": {
"line": 139,
"column": 51
},
"end": {
"line": 139,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3467,
"end": 3468,
"loc": {
"start": {
"line": 139,
"column": 58
},
"end": {
"line": 139,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 3468,
"end": 3472,
"loc": {
"start": {
"line": 139,
"column": 59
},
"end": {
"line": 139,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3472,
"end": 3473,
"loc": {
"start": {
"line": 139,
"column": 63
},
"end": {
"line": 139,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3473,
"end": 3474,
"loc": {
"start": {
"line": 139,
"column": 64
},
"end": {
"line": 139,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3474,
"end": 3475,
"loc": {
"start": {
"line": 139,
"column": 65
},
"end": {
"line": 139,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3475,
"end": 3476,
"loc": {
"start": {
"line": 139,
"column": 66
},
"end": {
"line": 139,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3479,
"end": 3480,
"loc": {
"start": {
"line": 140,
"column": 2
},
"end": {
"line": 140,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3480,
"end": 3481,
"loc": {
"start": {
"line": 140,
"column": 3
},
"end": {
"line": 140,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3481,
"end": 3485,
"loc": {
"start": {
"line": 140,
"column": 4
},
"end": {
"line": 140,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3485,
"end": 3486,
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 3486,
"end": 3492,
"loc": {
"start": {
"line": 140,
"column": 9
},
"end": {
"line": 140,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3492,
"end": 3493,
"loc": {
"start": {
"line": 140,
"column": 15
},
"end": {
"line": 140,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 3493,
"end": 3500,
"loc": {
"start": {
"line": 140,
"column": 16
},
"end": {
"line": 140,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3500,
"end": 3501,
"loc": {
"start": {
"line": 140,
"column": 23
},
"end": {
"line": 140,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 3501,
"end": 3504,
"loc": {
"start": {
"line": 140,
"column": 24
},
"end": {
"line": 140,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3504,
"end": 3505,
"loc": {
"start": {
"line": 140,
"column": 27
},
"end": {
"line": 140,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 3505,
"end": 3515,
"loc": {
"start": {
"line": 140,
"column": 28
},
"end": {
"line": 140,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3515,
"end": 3516,
"loc": {
"start": {
"line": 140,
"column": 38
},
"end": {
"line": 140,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 3516,
"end": 3521,
"loc": {
"start": {
"line": 140,
"column": 39
},
"end": {
"line": 140,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3521,
"end": 3522,
"loc": {
"start": {
"line": 140,
"column": 44
},
"end": {
"line": 140,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 3522,
"end": 3527,
"loc": {
"start": {
"line": 140,
"column": 45
},
"end": {
"line": 140,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3527,
"end": 3528,
"loc": {
"start": {
"line": 140,
"column": 50
},
"end": {
"line": 140,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3528,
"end": 3535,
"loc": {
"start": {
"line": 140,
"column": 51
},
"end": {
"line": 140,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3535,
"end": 3536,
"loc": {
"start": {
"line": 140,
"column": 58
},
"end": {
"line": 140,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "results",
"start": 3536,
"end": 3543,
"loc": {
"start": {
"line": 140,
"column": 59
},
"end": {
"line": 140,
"column": 66
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3543,
"end": 3544,
"loc": {
"start": {
"line": 140,
"column": 66
},
"end": {
"line": 140,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "created",
"start": 3544,
"end": 3551,
"loc": {
"start": {
"line": 140,
"column": 67
},
"end": {
"line": 140,
"column": 74
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3551,
"end": 3552,
"loc": {
"start": {
"line": 140,
"column": 74
},
"end": {
"line": 140,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3552,
"end": 3553,
"loc": {
"start": {
"line": 140,
"column": 75
},
"end": {
"line": 140,
"column": 76
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3553,
"end": 3554,
"loc": {
"start": {
"line": 140,
"column": 76
},
"end": {
"line": 140,
"column": 77
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3554,
"end": 3555,
"loc": {
"start": {
"line": 140,
"column": 77
},
"end": {
"line": 140,
"column": 78
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3556,
"end": 3557,
"loc": {
"start": {
"line": 141,
"column": 0
},
"end": {
"line": 141,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3557,
"end": 3558,
"loc": {
"start": {
"line": 141,
"column": 1
},
"end": {
"line": 141,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3558,
"end": 3559,
"loc": {
"start": {
"line": 141,
"column": 2
},
"end": {
"line": 141,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 3561,
"end": 3565,
"loc": {
"start": {
"line": 143,
"column": 0
},
"end": {
"line": 143,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3565,
"end": 3566,
"loc": {
"start": {
"line": 143,
"column": 4
},
"end": {
"line": 143,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 3566,
"end": 3572,
"loc": {
"start": {
"line": 143,
"column": 5
},
"end": {
"line": 143,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3572,
"end": 3573,
"loc": {
"start": {
"line": 143,
"column": 11
},
"end": {
"line": 143,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log SEEDER_SUCCESS with run=false",
"start": 3573,
"end": 3615,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 54
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3615,
"end": 3616,
"loc": {
"start": {
"line": 143,
"column": 54
},
"end": {
"line": 143,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3617,
"end": 3618,
"loc": {
"start": {
"line": 143,
"column": 56
},
"end": {
"line": 143,
"column": 57
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3619,
"end": 3621,
"loc": {
"start": {
"line": 143,
"column": 58
},
"end": {
"line": 143,
"column": 60
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3622,
"end": 3623,
"loc": {
"start": {
"line": 143,
"column": 61
},
"end": {
"line": 143,
"column": 62
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 3626,
"end": 3631,
"loc": {
"start": {
"line": 144,
"column": 2
},
"end": {
"line": 144,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 3632,
"end": 3638,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3639,
"end": 3640,
"loc": {
"start": {
"line": 144,
"column": 15
},
"end": {
"line": 144,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 3641,
"end": 3659,
"loc": {
"start": {
"line": 144,
"column": 17
},
"end": {
"line": 144,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3659,
"end": 3660,
"loc": {
"start": {
"line": 144,
"column": 35
},
"end": {
"line": 144,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3660,
"end": 3661,
"loc": {
"start": {
"line": 144,
"column": 36
},
"end": {
"line": 144,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3661,
"end": 3662,
"loc": {
"start": {
"line": 144,
"column": 37
},
"end": {
"line": 144,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 3666,
"end": 3671,
"loc": {
"start": {
"line": 146,
"column": 2
},
"end": {
"line": 146,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3672,
"end": 3679,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3680,
"end": 3681,
"loc": {
"start": {
"line": 146,
"column": 16
},
"end": {
"line": 146,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3682,
"end": 3683,
"loc": {
"start": {
"line": 146,
"column": 18
},
"end": {
"line": 146,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 3684,
"end": 3688,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 146,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3688,
"end": 3689,
"loc": {
"start": {
"line": 146,
"column": 24
},
"end": {
"line": 146,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "some-name",
"start": 3690,
"end": 3701,
"loc": {
"start": {
"line": 146,
"column": 26
},
"end": {
"line": 146,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3701,
"end": 3702,
"loc": {
"start": {
"line": 146,
"column": 37
},
"end": {
"line": 146,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "results",
"start": 3703,
"end": 3710,
"loc": {
"start": {
"line": 146,
"column": 39
},
"end": {
"line": 146,
"column": 46
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3710,
"end": 3711,
"loc": {
"start": {
"line": 146,
"column": 46
},
"end": {
"line": 146,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3712,
"end": 3713,
"loc": {
"start": {
"line": 146,
"column": 48
},
"end": {
"line": 146,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "run",
"start": 3714,
"end": 3717,
"loc": {
"start": {
"line": 146,
"column": 50
},
"end": {
"line": 146,
"column": 53
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3717,
"end": 3718,
"loc": {
"start": {
"line": 146,
"column": 53
},
"end": {
"line": 146,
"column": 54
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 3719,
"end": 3724,
"loc": {
"start": {
"line": 146,
"column": 55
},
"end": {
"line": 146,
"column": 60
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3724,
"end": 3725,
"loc": {
"start": {
"line": 146,
"column": 60
},
"end": {
"line": 146,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "created",
"start": 3726,
"end": 3733,
"loc": {
"start": {
"line": 146,
"column": 62
},
"end": {
"line": 146,
"column": 69
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3733,
"end": 3734,
"loc": {
"start": {
"line": 146,
"column": 69
},
"end": {
"line": 146,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "0",
"start": 3735,
"end": 3738,
"loc": {
"start": {
"line": 146,
"column": 71
},
"end": {
"line": 146,
"column": 74
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3739,
"end": 3740,
"loc": {
"start": {
"line": 146,
"column": 75
},
"end": {
"line": 146,
"column": 76
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3741,
"end": 3742,
"loc": {
"start": {
"line": 146,
"column": 77
},
"end": {
"line": 146,
"column": 78
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3742,
"end": 3743,
"loc": {
"start": {
"line": 146,
"column": 78
},
"end": {
"line": 146,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 3747,
"end": 3753,
"loc": {
"start": {
"line": 148,
"column": 2
},
"end": {
"line": 148,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3753,
"end": 3754,
"loc": {
"start": {
"line": 148,
"column": 8
},
"end": {
"line": 148,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "next",
"start": 3754,
"end": 3758,
"loc": {
"start": {
"line": 148,
"column": 9
},
"end": {
"line": 148,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3758,
"end": 3759,
"loc": {
"start": {
"line": 148,
"column": 13
},
"end": {
"line": 148,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3759,
"end": 3760,
"loc": {
"start": {
"line": 148,
"column": 14
},
"end": {
"line": 148,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 3761,
"end": 3765,
"loc": {
"start": {
"line": 148,
"column": 16
},
"end": {
"line": 148,
"column": 20
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3765,
"end": 3766,
"loc": {
"start": {
"line": 148,
"column": 20
},
"end": {
"line": 148,
"column": 21
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "SEEDER_SUCCESS",
"start": 3767,
"end": 3783,
"loc": {
"start": {
"line": 148,
"column": 22
},
"end": {
"line": 148,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3783,
"end": 3784,
"loc": {
"start": {
"line": 148,
"column": 38
},
"end": {
"line": 148,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3785,
"end": 3792,
"loc": {
"start": {
"line": 148,
"column": 40
},
"end": {
"line": 148,
"column": 47
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3793,
"end": 3794,
"loc": {
"start": {
"line": 148,
"column": 48
},
"end": {
"line": 148,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3794,
"end": 3795,
"loc": {
"start": {
"line": 148,
"column": 49
},
"end": {
"line": 148,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3795,
"end": 3796,
"loc": {
"start": {
"line": 148,
"column": 50
},
"end": {
"line": 148,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3800,
"end": 3801,
"loc": {
"start": {
"line": 150,
"column": 2
},
"end": {
"line": 150,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3801,
"end": 3802,
"loc": {
"start": {
"line": 150,
"column": 3
},
"end": {
"line": 150,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3802,
"end": 3806,
"loc": {
"start": {
"line": 150,
"column": 4
},
"end": {
"line": 150,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3806,
"end": 3807,
"loc": {
"start": {
"line": 150,
"column": 8
},
"end": {
"line": 150,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 3807,
"end": 3813,
"loc": {
"start": {
"line": 150,
"column": 9
},
"end": {
"line": 150,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3813,
"end": 3814,
"loc": {
"start": {
"line": 150,
"column": 15
},
"end": {
"line": 150,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 3814,
"end": 3821,
"loc": {
"start": {
"line": 150,
"column": 16
},
"end": {
"line": 150,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3821,
"end": 3822,
"loc": {
"start": {
"line": 150,
"column": 23
},
"end": {
"line": 150,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 3822,
"end": 3826,
"loc": {
"start": {
"line": 150,
"column": 24
},
"end": {
"line": 150,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3826,
"end": 3827,
"loc": {
"start": {
"line": 150,
"column": 28
},
"end": {
"line": 150,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 3827,
"end": 3837,
"loc": {
"start": {
"line": 150,
"column": 29
},
"end": {
"line": 150,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3837,
"end": 3838,
"loc": {
"start": {
"line": 150,
"column": 39
},
"end": {
"line": 150,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3838,
"end": 3839,
"loc": {
"start": {
"line": 150,
"column": 40
},
"end": {
"line": 150,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3842,
"end": 3843,
"loc": {
"start": {
"line": 151,
"column": 2
},
"end": {
"line": 151,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3843,
"end": 3844,
"loc": {
"start": {
"line": 151,
"column": 3
},
"end": {
"line": 151,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3844,
"end": 3848,
"loc": {
"start": {
"line": 151,
"column": 4
},
"end": {
"line": 151,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3848,
"end": 3849,
"loc": {
"start": {
"line": 151,
"column": 8
},
"end": {
"line": 151,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 3849,
"end": 3855,
"loc": {
"start": {
"line": 151,
"column": 9
},
"end": {
"line": 151,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3855,
"end": 3856,
"loc": {
"start": {
"line": 151,
"column": 15
},
"end": {
"line": 151,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 3856,
"end": 3863,
"loc": {
"start": {
"line": 151,
"column": 16
},
"end": {
"line": 151,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3863,
"end": 3864,
"loc": {
"start": {
"line": 151,
"column": 23
},
"end": {
"line": 151,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 3864,
"end": 3867,
"loc": {
"start": {
"line": 151,
"column": 24
},
"end": {
"line": 151,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3867,
"end": 3868,
"loc": {
"start": {
"line": 151,
"column": 27
},
"end": {
"line": 151,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 3868,
"end": 3878,
"loc": {
"start": {
"line": 151,
"column": 28
},
"end": {
"line": 151,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3878,
"end": 3879,
"loc": {
"start": {
"line": 151,
"column": 38
},
"end": {
"line": 151,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 3879,
"end": 3884,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3884,
"end": 3885,
"loc": {
"start": {
"line": 151,
"column": 44
},
"end": {
"line": 151,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 3885,
"end": 3890,
"loc": {
"start": {
"line": 151,
"column": 45
},
"end": {
"line": 151,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3890,
"end": 3891,
"loc": {
"start": {
"line": 151,
"column": 50
},
"end": {
"line": 151,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3891,
"end": 3898,
"loc": {
"start": {
"line": 151,
"column": 51
},
"end": {
"line": 151,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3898,
"end": 3899,
"loc": {
"start": {
"line": 151,
"column": 58
},
"end": {
"line": 151,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 3899,
"end": 3903,
"loc": {
"start": {
"line": 151,
"column": 59
},
"end": {
"line": 151,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3903,
"end": 3904,
"loc": {
"start": {
"line": 151,
"column": 63
},
"end": {
"line": 151,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3904,
"end": 3905,
"loc": {
"start": {
"line": 151,
"column": 64
},
"end": {
"line": 151,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3905,
"end": 3906,
"loc": {
"start": {
"line": 151,
"column": 65
},
"end": {
"line": 151,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3906,
"end": 3907,
"loc": {
"start": {
"line": 151,
"column": 66
},
"end": {
"line": 151,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 3910,
"end": 3911,
"loc": {
"start": {
"line": 152,
"column": 2
},
"end": {
"line": 152,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3911,
"end": 3912,
"loc": {
"start": {
"line": 152,
"column": 3
},
"end": {
"line": 152,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 3912,
"end": 3916,
"loc": {
"start": {
"line": 152,
"column": 4
},
"end": {
"line": 152,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3916,
"end": 3917,
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 3917,
"end": 3923,
"loc": {
"start": {
"line": 152,
"column": 9
},
"end": {
"line": 152,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3923,
"end": 3924,
"loc": {
"start": {
"line": 152,
"column": 15
},
"end": {
"line": 152,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 3924,
"end": 3931,
"loc": {
"start": {
"line": 152,
"column": 16
},
"end": {
"line": 152,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3931,
"end": 3932,
"loc": {
"start": {
"line": 152,
"column": 23
},
"end": {
"line": 152,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 3932,
"end": 3935,
"loc": {
"start": {
"line": 152,
"column": 24
},
"end": {
"line": 152,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3935,
"end": 3936,
"loc": {
"start": {
"line": 152,
"column": 27
},
"end": {
"line": 152,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 3936,
"end": 3946,
"loc": {
"start": {
"line": 152,
"column": 28
},
"end": {
"line": 152,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3946,
"end": 3947,
"loc": {
"start": {
"line": 152,
"column": 38
},
"end": {
"line": 152,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 3947,
"end": 3952,
"loc": {
"start": {
"line": 152,
"column": 39
},
"end": {
"line": 152,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3952,
"end": 3953,
"loc": {
"start": {
"line": 152,
"column": 44
},
"end": {
"line": 152,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 3953,
"end": 3958,
"loc": {
"start": {
"line": 152,
"column": 45
},
"end": {
"line": 152,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3958,
"end": 3959,
"loc": {
"start": {
"line": 152,
"column": 50
},
"end": {
"line": 152,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 3959,
"end": 3966,
"loc": {
"start": {
"line": 152,
"column": 51
},
"end": {
"line": 152,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3966,
"end": 3967,
"loc": {
"start": {
"line": 152,
"column": 58
},
"end": {
"line": 152,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "results",
"start": 3967,
"end": 3974,
"loc": {
"start": {
"line": 152,
"column": 59
},
"end": {
"line": 152,
"column": 66
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3974,
"end": 3975,
"loc": {
"start": {
"line": 152,
"column": 66
},
"end": {
"line": 152,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "created",
"start": 3975,
"end": 3982,
"loc": {
"start": {
"line": 152,
"column": 67
},
"end": {
"line": 152,
"column": 74
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3982,
"end": 3983,
"loc": {
"start": {
"line": 152,
"column": 74
},
"end": {
"line": 152,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3983,
"end": 3984,
"loc": {
"start": {
"line": 152,
"column": 75
},
"end": {
"line": 152,
"column": 76
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3984,
"end": 3985,
"loc": {
"start": {
"line": 152,
"column": 76
},
"end": {
"line": 152,
"column": 77
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3985,
"end": 3986,
"loc": {
"start": {
"line": 152,
"column": 77
},
"end": {
"line": 152,
"column": 78
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3987,
"end": 3988,
"loc": {
"start": {
"line": 153,
"column": 0
},
"end": {
"line": 153,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3988,
"end": 3989,
"loc": {
"start": {
"line": 153,
"column": 1
},
"end": {
"line": 153,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3989,
"end": 3990,
"loc": {
"start": {
"line": 153,
"column": 2
},
"end": {
"line": 153,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 3992,
"end": 3996,
"loc": {
"start": {
"line": 155,
"column": 0
},
"end": {
"line": 155,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3996,
"end": 3997,
"loc": {
"start": {
"line": 155,
"column": 4
},
"end": {
"line": 155,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 3997,
"end": 4003,
"loc": {
"start": {
"line": 155,
"column": 5
},
"end": {
"line": 155,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4003,
"end": 4004,
"loc": {
"start": {
"line": 155,
"column": 11
},
"end": {
"line": 155,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log MONGOOSE_CONNECT_ERROR",
"start": 4004,
"end": 4039,
"loc": {
"start": {
"line": 155,
"column": 12
},
"end": {
"line": 155,
"column": 47
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4039,
"end": 4040,
"loc": {
"start": {
"line": 155,
"column": 47
},
"end": {
"line": 155,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4041,
"end": 4042,
"loc": {
"start": {
"line": 155,
"column": 49
},
"end": {
"line": 155,
"column": 50
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4043,
"end": 4045,
"loc": {
"start": {
"line": 155,
"column": 51
},
"end": {
"line": 155,
"column": 53
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4046,
"end": 4047,
"loc": {
"start": {
"line": 155,
"column": 54
},
"end": {
"line": 155,
"column": 55
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4050,
"end": 4055,
"loc": {
"start": {
"line": 156,
"column": 2
},
"end": {
"line": 156,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4056,
"end": 4062,
"loc": {
"start": {
"line": 156,
"column": 8
},
"end": {
"line": 156,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4063,
"end": 4064,
"loc": {
"start": {
"line": 156,
"column": 15
},
"end": {
"line": 156,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 4065,
"end": 4083,
"loc": {
"start": {
"line": 156,
"column": 17
},
"end": {
"line": 156,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4083,
"end": 4084,
"loc": {
"start": {
"line": 156,
"column": 35
},
"end": {
"line": 156,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4084,
"end": 4085,
"loc": {
"start": {
"line": 156,
"column": 36
},
"end": {
"line": 156,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4085,
"end": 4086,
"loc": {
"start": {
"line": 156,
"column": 37
},
"end": {
"line": 156,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4090,
"end": 4096,
"loc": {
"start": {
"line": 158,
"column": 2
},
"end": {
"line": 158,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4096,
"end": 4097,
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 158,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 4097,
"end": 4102,
"loc": {
"start": {
"line": 158,
"column": 9
},
"end": {
"line": 158,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4102,
"end": 4103,
"loc": {
"start": {
"line": 158,
"column": 14
},
"end": {
"line": 158,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4103,
"end": 4104,
"loc": {
"start": {
"line": 158,
"column": 15
},
"end": {
"line": 158,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 4105,
"end": 4109,
"loc": {
"start": {
"line": 158,
"column": 17
},
"end": {
"line": 158,
"column": 21
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4109,
"end": 4110,
"loc": {
"start": {
"line": 158,
"column": 21
},
"end": {
"line": 158,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "MONGOOSE_CONNECT_ERROR",
"start": 4111,
"end": 4135,
"loc": {
"start": {
"line": 158,
"column": 23
},
"end": {
"line": 158,
"column": 47
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4136,
"end": 4137,
"loc": {
"start": {
"line": 158,
"column": 48
},
"end": {
"line": 158,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4137,
"end": 4138,
"loc": {
"start": {
"line": 158,
"column": 49
},
"end": {
"line": 158,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4138,
"end": 4139,
"loc": {
"start": {
"line": 158,
"column": 50
},
"end": {
"line": 158,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4143,
"end": 4144,
"loc": {
"start": {
"line": 160,
"column": 2
},
"end": {
"line": 160,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4144,
"end": 4145,
"loc": {
"start": {
"line": 160,
"column": 3
},
"end": {
"line": 160,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 4145,
"end": 4149,
"loc": {
"start": {
"line": 160,
"column": 4
},
"end": {
"line": 160,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4149,
"end": 4150,
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4150,
"end": 4156,
"loc": {
"start": {
"line": 160,
"column": 9
},
"end": {
"line": 160,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4156,
"end": 4157,
"loc": {
"start": {
"line": 160,
"column": 15
},
"end": {
"line": 160,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 4157,
"end": 4164,
"loc": {
"start": {
"line": 160,
"column": 16
},
"end": {
"line": 160,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4164,
"end": 4165,
"loc": {
"start": {
"line": 160,
"column": 23
},
"end": {
"line": 160,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 4165,
"end": 4169,
"loc": {
"start": {
"line": 160,
"column": 24
},
"end": {
"line": 160,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4169,
"end": 4170,
"loc": {
"start": {
"line": 160,
"column": 28
},
"end": {
"line": 160,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 4170,
"end": 4180,
"loc": {
"start": {
"line": 160,
"column": 29
},
"end": {
"line": 160,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4180,
"end": 4181,
"loc": {
"start": {
"line": 160,
"column": 39
},
"end": {
"line": 160,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4181,
"end": 4182,
"loc": {
"start": {
"line": 160,
"column": 40
},
"end": {
"line": 160,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4185,
"end": 4186,
"loc": {
"start": {
"line": 161,
"column": 2
},
"end": {
"line": 161,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4186,
"end": 4187,
"loc": {
"start": {
"line": 161,
"column": 3
},
"end": {
"line": 161,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 4187,
"end": 4191,
"loc": {
"start": {
"line": 161,
"column": 4
},
"end": {
"line": 161,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4191,
"end": 4192,
"loc": {
"start": {
"line": 161,
"column": 8
},
"end": {
"line": 161,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 4197,
"end": 4203,
"loc": {
"start": {
"line": 162,
"column": 4
},
"end": {
"line": 162,
"column": 10
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4203,
"end": 4204,
"loc": {
"start": {
"line": 162,
"column": 10
},
"end": {
"line": 162,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 4204,
"end": 4211,
"loc": {
"start": {
"line": 162,
"column": 11
},
"end": {
"line": 162,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4211,
"end": 4212,
"loc": {
"start": {
"line": 162,
"column": 18
},
"end": {
"line": 162,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 4212,
"end": 4215,
"loc": {
"start": {
"line": 162,
"column": 19
},
"end": {
"line": 162,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4215,
"end": 4216,
"loc": {
"start": {
"line": 162,
"column": 22
},
"end": {
"line": 162,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 4216,
"end": 4226,
"loc": {
"start": {
"line": 162,
"column": 23
},
"end": {
"line": 162,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4226,
"end": 4227,
"loc": {
"start": {
"line": 162,
"column": 33
},
"end": {
"line": 162,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 4227,
"end": 4232,
"loc": {
"start": {
"line": 162,
"column": 34
},
"end": {
"line": 162,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4232,
"end": 4233,
"loc": {
"start": {
"line": 162,
"column": 39
},
"end": {
"line": 162,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 4233,
"end": 4238,
"loc": {
"start": {
"line": 162,
"column": 40
},
"end": {
"line": 162,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4238,
"end": 4239,
"loc": {
"start": {
"line": 162,
"column": 45
},
"end": {
"line": 162,
"column": 46
}
}
},
{
"type": {
"label": "regexp",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": {
"pattern": "Unable to connected to MongoDB",
"flags": ""
},
"start": 4239,
"end": 4271,
"loc": {
"start": {
"line": 162,
"column": 46
},
"end": {
"line": 162,
"column": 78
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4271,
"end": 4272,
"loc": {
"start": {
"line": 162,
"column": 78
},
"end": {
"line": 162,
"column": 79
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4272,
"end": 4273,
"loc": {
"start": {
"line": 162,
"column": 79
},
"end": {
"line": 162,
"column": 80
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4276,
"end": 4277,
"loc": {
"start": {
"line": 163,
"column": 2
},
"end": {
"line": 163,
"column": 3
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4277,
"end": 4278,
"loc": {
"start": {
"line": 163,
"column": 3
},
"end": {
"line": 163,
"column": 4
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4279,
"end": 4280,
"loc": {
"start": {
"line": 164,
"column": 0
},
"end": {
"line": 164,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4280,
"end": 4281,
"loc": {
"start": {
"line": 164,
"column": 1
},
"end": {
"line": 164,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4281,
"end": 4282,
"loc": {
"start": {
"line": 164,
"column": 2
},
"end": {
"line": 164,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 4284,
"end": 4288,
"loc": {
"start": {
"line": 166,
"column": 0
},
"end": {
"line": 166,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4288,
"end": 4289,
"loc": {
"start": {
"line": 166,
"column": 4
},
"end": {
"line": 166,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 4289,
"end": 4295,
"loc": {
"start": {
"line": 166,
"column": 5
},
"end": {
"line": 166,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4295,
"end": 4296,
"loc": {
"start": {
"line": 166,
"column": 11
},
"end": {
"line": 166,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log MONGOOSE_DROP_ERROR",
"start": 4296,
"end": 4328,
"loc": {
"start": {
"line": 166,
"column": 12
},
"end": {
"line": 166,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4328,
"end": 4329,
"loc": {
"start": {
"line": 166,
"column": 44
},
"end": {
"line": 166,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4330,
"end": 4331,
"loc": {
"start": {
"line": 166,
"column": 46
},
"end": {
"line": 166,
"column": 47
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4332,
"end": 4334,
"loc": {
"start": {
"line": 166,
"column": 48
},
"end": {
"line": 166,
"column": 50
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4335,
"end": 4336,
"loc": {
"start": {
"line": 166,
"column": 51
},
"end": {
"line": 166,
"column": 52
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4339,
"end": 4344,
"loc": {
"start": {
"line": 167,
"column": 2
},
"end": {
"line": 167,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4345,
"end": 4351,
"loc": {
"start": {
"line": 167,
"column": 8
},
"end": {
"line": 167,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4352,
"end": 4353,
"loc": {
"start": {
"line": 167,
"column": 15
},
"end": {
"line": 167,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 4354,
"end": 4372,
"loc": {
"start": {
"line": 167,
"column": 17
},
"end": {
"line": 167,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4372,
"end": 4373,
"loc": {
"start": {
"line": 167,
"column": 35
},
"end": {
"line": 167,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4373,
"end": 4374,
"loc": {
"start": {
"line": 167,
"column": 36
},
"end": {
"line": 167,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4374,
"end": 4375,
"loc": {
"start": {
"line": 167,
"column": 37
},
"end": {
"line": 167,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4379,
"end": 4385,
"loc": {
"start": {
"line": 169,
"column": 2
},
"end": {
"line": 169,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4385,
"end": 4386,
"loc": {
"start": {
"line": 169,
"column": 8
},
"end": {
"line": 169,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 4386,
"end": 4391,
"loc": {
"start": {
"line": 169,
"column": 9
},
"end": {
"line": 169,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4391,
"end": 4392,
"loc": {
"start": {
"line": 169,
"column": 14
},
"end": {
"line": 169,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4392,
"end": 4393,
"loc": {
"start": {
"line": 169,
"column": 15
},
"end": {
"line": 169,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 4394,
"end": 4398,
"loc": {
"start": {
"line": 169,
"column": 17
},
"end": {
"line": 169,
"column": 21
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4398,
"end": 4399,
"loc": {
"start": {
"line": 169,
"column": 21
},
"end": {
"line": 169,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "MONGOOSE_DROP_ERROR",
"start": 4400,
"end": 4421,
"loc": {
"start": {
"line": 169,
"column": 23
},
"end": {
"line": 169,
"column": 44
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4422,
"end": 4423,
"loc": {
"start": {
"line": 169,
"column": 45
},
"end": {
"line": 169,
"column": 46
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4423,
"end": 4424,
"loc": {
"start": {
"line": 169,
"column": 46
},
"end": {
"line": 169,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4424,
"end": 4425,
"loc": {
"start": {
"line": 169,
"column": 47
},
"end": {
"line": 169,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4429,
"end": 4430,
"loc": {
"start": {
"line": 171,
"column": 2
},
"end": {
"line": 171,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4430,
"end": 4431,
"loc": {
"start": {
"line": 171,
"column": 3
},
"end": {
"line": 171,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 4431,
"end": 4435,
"loc": {
"start": {
"line": 171,
"column": 4
},
"end": {
"line": 171,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4435,
"end": 4436,
"loc": {
"start": {
"line": 171,
"column": 8
},
"end": {
"line": 171,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4436,
"end": 4442,
"loc": {
"start": {
"line": 171,
"column": 9
},
"end": {
"line": 171,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4442,
"end": 4443,
"loc": {
"start": {
"line": 171,
"column": 15
},
"end": {
"line": 171,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 4443,
"end": 4450,
"loc": {
"start": {
"line": 171,
"column": 16
},
"end": {
"line": 171,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4450,
"end": 4451,
"loc": {
"start": {
"line": 171,
"column": 23
},
"end": {
"line": 171,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 4451,
"end": 4455,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4455,
"end": 4456,
"loc": {
"start": {
"line": 171,
"column": 28
},
"end": {
"line": 171,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 4456,
"end": 4466,
"loc": {
"start": {
"line": 171,
"column": 29
},
"end": {
"line": 171,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4466,
"end": 4467,
"loc": {
"start": {
"line": 171,
"column": 39
},
"end": {
"line": 171,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4467,
"end": 4468,
"loc": {
"start": {
"line": 171,
"column": 40
},
"end": {
"line": 171,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4471,
"end": 4472,
"loc": {
"start": {
"line": 172,
"column": 2
},
"end": {
"line": 172,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4472,
"end": 4473,
"loc": {
"start": {
"line": 172,
"column": 3
},
"end": {
"line": 172,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 4473,
"end": 4477,
"loc": {
"start": {
"line": 172,
"column": 4
},
"end": {
"line": 172,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4477,
"end": 4478,
"loc": {
"start": {
"line": 172,
"column": 8
},
"end": {
"line": 172,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 4478,
"end": 4484,
"loc": {
"start": {
"line": 172,
"column": 9
},
"end": {
"line": 172,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4484,
"end": 4485,
"loc": {
"start": {
"line": 172,
"column": 15
},
"end": {
"line": 172,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 4485,
"end": 4492,
"loc": {
"start": {
"line": 172,
"column": 16
},
"end": {
"line": 172,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4492,
"end": 4493,
"loc": {
"start": {
"line": 172,
"column": 23
},
"end": {
"line": 172,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 4493,
"end": 4496,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4496,
"end": 4497,
"loc": {
"start": {
"line": 172,
"column": 27
},
"end": {
"line": 172,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 4497,
"end": 4507,
"loc": {
"start": {
"line": 172,
"column": 28
},
"end": {
"line": 172,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4507,
"end": 4508,
"loc": {
"start": {
"line": 172,
"column": 38
},
"end": {
"line": 172,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 4508,
"end": 4513,
"loc": {
"start": {
"line": 172,
"column": 39
},
"end": {
"line": 172,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4513,
"end": 4514,
"loc": {
"start": {
"line": 172,
"column": 44
},
"end": {
"line": 172,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 4514,
"end": 4519,
"loc": {
"start": {
"line": 172,
"column": 45
},
"end": {
"line": 172,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4519,
"end": 4520,
"loc": {
"start": {
"line": 172,
"column": 50
},
"end": {
"line": 172,
"column": 51
}
}
},
{
"type": {
"label": "regexp",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": {
"pattern": "Unable to drop database",
"flags": ""
},
"start": 4520,
"end": 4545,
"loc": {
"start": {
"line": 172,
"column": 51
},
"end": {
"line": 172,
"column": 76
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4545,
"end": 4546,
"loc": {
"start": {
"line": 172,
"column": 76
},
"end": {
"line": 172,
"column": 77
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4546,
"end": 4547,
"loc": {
"start": {
"line": 172,
"column": 77
},
"end": {
"line": 172,
"column": 78
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4547,
"end": 4548,
"loc": {
"start": {
"line": 172,
"column": 78
},
"end": {
"line": 172,
"column": 79
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4548,
"end": 4549,
"loc": {
"start": {
"line": 172,
"column": 79
},
"end": {
"line": 172,
"column": 80
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4550,
"end": 4551,
"loc": {
"start": {
"line": 173,
"column": 0
},
"end": {
"line": 173,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4551,
"end": 4552,
"loc": {
"start": {
"line": 173,
"column": 1
},
"end": {
"line": 173,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4552,
"end": 4553,
"loc": {
"start": {
"line": 173,
"column": 2
},
"end": {
"line": 173,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 4555,
"end": 4559,
"loc": {
"start": {
"line": 175,
"column": 0
},
"end": {
"line": 175,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4559,
"end": 4560,
"loc": {
"start": {
"line": 175,
"column": 4
},
"end": {
"line": 175,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 4560,
"end": 4566,
"loc": {
"start": {
"line": 175,
"column": 5
},
"end": {
"line": 175,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4566,
"end": 4567,
"loc": {
"start": {
"line": 175,
"column": 11
},
"end": {
"line": 175,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log SEEDER_ERROR",
"start": 4567,
"end": 4592,
"loc": {
"start": {
"line": 175,
"column": 12
},
"end": {
"line": 175,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4592,
"end": 4593,
"loc": {
"start": {
"line": 175,
"column": 37
},
"end": {
"line": 175,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4594,
"end": 4595,
"loc": {
"start": {
"line": 175,
"column": 39
},
"end": {
"line": 175,
"column": 40
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4596,
"end": 4598,
"loc": {
"start": {
"line": 175,
"column": 41
},
"end": {
"line": 175,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4599,
"end": 4600,
"loc": {
"start": {
"line": 175,
"column": 44
},
"end": {
"line": 175,
"column": 45
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4603,
"end": 4608,
"loc": {
"start": {
"line": 176,
"column": 2
},
"end": {
"line": 176,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4609,
"end": 4615,
"loc": {
"start": {
"line": 176,
"column": 8
},
"end": {
"line": 176,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4616,
"end": 4617,
"loc": {
"start": {
"line": 176,
"column": 15
},
"end": {
"line": 176,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 4618,
"end": 4636,
"loc": {
"start": {
"line": 176,
"column": 17
},
"end": {
"line": 176,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4636,
"end": 4637,
"loc": {
"start": {
"line": 176,
"column": 35
},
"end": {
"line": 176,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4637,
"end": 4638,
"loc": {
"start": {
"line": 176,
"column": 36
},
"end": {
"line": 176,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4638,
"end": 4639,
"loc": {
"start": {
"line": 176,
"column": 37
},
"end": {
"line": 176,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4643,
"end": 4648,
"loc": {
"start": {
"line": 178,
"column": 2
},
"end": {
"line": 178,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 4649,
"end": 4656,
"loc": {
"start": {
"line": 178,
"column": 8
},
"end": {
"line": 178,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4657,
"end": 4658,
"loc": {
"start": {
"line": 178,
"column": 16
},
"end": {
"line": 178,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4659,
"end": 4660,
"loc": {
"start": {
"line": 178,
"column": 18
},
"end": {
"line": 178,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 4661,
"end": 4665,
"loc": {
"start": {
"line": 178,
"column": 20
},
"end": {
"line": 178,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4665,
"end": 4666,
"loc": {
"start": {
"line": 178,
"column": 24
},
"end": {
"line": 178,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "some-name",
"start": 4667,
"end": 4678,
"loc": {
"start": {
"line": 178,
"column": 26
},
"end": {
"line": 178,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4679,
"end": 4680,
"loc": {
"start": {
"line": 178,
"column": 38
},
"end": {
"line": 178,
"column": 39
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4680,
"end": 4681,
"loc": {
"start": {
"line": 178,
"column": 39
},
"end": {
"line": 178,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4685,
"end": 4691,
"loc": {
"start": {
"line": 180,
"column": 2
},
"end": {
"line": 180,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4691,
"end": 4692,
"loc": {
"start": {
"line": 180,
"column": 8
},
"end": {
"line": 180,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 4692,
"end": 4697,
"loc": {
"start": {
"line": 180,
"column": 9
},
"end": {
"line": 180,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4697,
"end": 4698,
"loc": {
"start": {
"line": 180,
"column": 14
},
"end": {
"line": 180,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4698,
"end": 4699,
"loc": {
"start": {
"line": 180,
"column": 15
},
"end": {
"line": 180,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 4700,
"end": 4704,
"loc": {
"start": {
"line": 180,
"column": 17
},
"end": {
"line": 180,
"column": 21
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4704,
"end": 4705,
"loc": {
"start": {
"line": 180,
"column": 21
},
"end": {
"line": 180,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "SEEDER_ERROR",
"start": 4706,
"end": 4720,
"loc": {
"start": {
"line": 180,
"column": 23
},
"end": {
"line": 180,
"column": 37
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4720,
"end": 4721,
"loc": {
"start": {
"line": 180,
"column": 37
},
"end": {
"line": 180,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 4722,
"end": 4729,
"loc": {
"start": {
"line": 180,
"column": 39
},
"end": {
"line": 180,
"column": 46
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4730,
"end": 4731,
"loc": {
"start": {
"line": 180,
"column": 47
},
"end": {
"line": 180,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4731,
"end": 4732,
"loc": {
"start": {
"line": 180,
"column": 48
},
"end": {
"line": 180,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4732,
"end": 4733,
"loc": {
"start": {
"line": 180,
"column": 49
},
"end": {
"line": 180,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4737,
"end": 4738,
"loc": {
"start": {
"line": 182,
"column": 2
},
"end": {
"line": 182,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4738,
"end": 4739,
"loc": {
"start": {
"line": 182,
"column": 3
},
"end": {
"line": 182,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 4739,
"end": 4743,
"loc": {
"start": {
"line": 182,
"column": 4
},
"end": {
"line": 182,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4743,
"end": 4744,
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 182,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4744,
"end": 4750,
"loc": {
"start": {
"line": 182,
"column": 9
},
"end": {
"line": 182,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4750,
"end": 4751,
"loc": {
"start": {
"line": 182,
"column": 15
},
"end": {
"line": 182,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 4751,
"end": 4758,
"loc": {
"start": {
"line": 182,
"column": 16
},
"end": {
"line": 182,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4758,
"end": 4759,
"loc": {
"start": {
"line": 182,
"column": 23
},
"end": {
"line": 182,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 4759,
"end": 4763,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4763,
"end": 4764,
"loc": {
"start": {
"line": 182,
"column": 28
},
"end": {
"line": 182,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 4764,
"end": 4774,
"loc": {
"start": {
"line": 182,
"column": 29
},
"end": {
"line": 182,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4774,
"end": 4775,
"loc": {
"start": {
"line": 182,
"column": 39
},
"end": {
"line": 182,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4775,
"end": 4776,
"loc": {
"start": {
"line": 182,
"column": 40
},
"end": {
"line": 182,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4779,
"end": 4780,
"loc": {
"start": {
"line": 183,
"column": 2
},
"end": {
"line": 183,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4780,
"end": 4781,
"loc": {
"start": {
"line": 183,
"column": 3
},
"end": {
"line": 183,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 4781,
"end": 4785,
"loc": {
"start": {
"line": 183,
"column": 4
},
"end": {
"line": 183,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4785,
"end": 4786,
"loc": {
"start": {
"line": 183,
"column": 8
},
"end": {
"line": 183,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 4786,
"end": 4792,
"loc": {
"start": {
"line": 183,
"column": 9
},
"end": {
"line": 183,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4792,
"end": 4793,
"loc": {
"start": {
"line": 183,
"column": 15
},
"end": {
"line": 183,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 4793,
"end": 4800,
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4800,
"end": 4801,
"loc": {
"start": {
"line": 183,
"column": 23
},
"end": {
"line": 183,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "log",
"start": 4801,
"end": 4804,
"loc": {
"start": {
"line": 183,
"column": 24
},
"end": {
"line": 183,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4804,
"end": 4805,
"loc": {
"start": {
"line": 183,
"column": 27
},
"end": {
"line": 183,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 4805,
"end": 4815,
"loc": {
"start": {
"line": 183,
"column": 28
},
"end": {
"line": 183,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4815,
"end": 4816,
"loc": {
"start": {
"line": 183,
"column": 38
},
"end": {
"line": 183,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 4816,
"end": 4821,
"loc": {
"start": {
"line": 183,
"column": 39
},
"end": {
"line": 183,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4821,
"end": 4822,
"loc": {
"start": {
"line": 183,
"column": 44
},
"end": {
"line": 183,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "match",
"start": 4822,
"end": 4827,
"loc": {
"start": {
"line": 183,
"column": 45
},
"end": {
"line": 183,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4827,
"end": 4828,
"loc": {
"start": {
"line": 183,
"column": 50
},
"end": {
"line": 183,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 4828,
"end": 4835,
"loc": {
"start": {
"line": 183,
"column": 51
},
"end": {
"line": 183,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4835,
"end": 4836,
"loc": {
"start": {
"line": 183,
"column": 58
},
"end": {
"line": 183,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 4836,
"end": 4840,
"loc": {
"start": {
"line": 183,
"column": 59
},
"end": {
"line": 183,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4840,
"end": 4841,
"loc": {
"start": {
"line": 183,
"column": 63
},
"end": {
"line": 183,
"column": 64
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4841,
"end": 4842,
"loc": {
"start": {
"line": 183,
"column": 64
},
"end": {
"line": 183,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4842,
"end": 4843,
"loc": {
"start": {
"line": 183,
"column": 65
},
"end": {
"line": 183,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4843,
"end": 4844,
"loc": {
"start": {
"line": 183,
"column": 66
},
"end": {
"line": 183,
"column": 67
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4845,
"end": 4846,
"loc": {
"start": {
"line": 184,
"column": 0
},
"end": {
"line": 184,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4846,
"end": 4847,
"loc": {
"start": {
"line": 184,
"column": 1
},
"end": {
"line": 184,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4847,
"end": 4848,
"loc": {
"start": {
"line": 184,
"column": 2
},
"end": {
"line": 184,
"column": 3
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "test",
"start": 4850,
"end": 4854,
"loc": {
"start": {
"line": 186,
"column": 0
},
"end": {
"line": 186,
"column": 4
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4854,
"end": 4855,
"loc": {
"start": {
"line": 186,
"column": 4
},
"end": {
"line": 186,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "serial",
"start": 4855,
"end": 4861,
"loc": {
"start": {
"line": 186,
"column": 5
},
"end": {
"line": 186,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4861,
"end": 4862,
"loc": {
"start": {
"line": 186,
"column": 11
},
"end": {
"line": 186,
"column": 12
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Should log error",
"start": 4862,
"end": 4880,
"loc": {
"start": {
"line": 186,
"column": 12
},
"end": {
"line": 186,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4880,
"end": 4881,
"loc": {
"start": {
"line": 186,
"column": 30
},
"end": {
"line": 186,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 4882,
"end": 4883,
"loc": {
"start": {
"line": 186,
"column": 32
},
"end": {
"line": 186,
"column": 33
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4884,
"end": 4886,
"loc": {
"start": {
"line": 186,
"column": 34
},
"end": {
"line": 186,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4887,
"end": 4888,
"loc": {
"start": {
"line": 186,
"column": 37
},
"end": {
"line": 186,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sinon",
"start": 4891,
"end": 4896,
"loc": {
"start": {
"line": 187,
"column": 2
},
"end": {
"line": 187,
"column": 7
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4896,
"end": 4897,
"loc": {
"start": {
"line": 187,
"column": 7
},
"end": {
"line": 187,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stub",
"start": 4897,
"end": 4901,
"loc": {
"start": {
"line": 187,
"column": 8
},
"end": {
"line": 187,
"column": 12
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4901,
"end": 4902,
"loc": {
"start": {
"line": 187,
"column": 12
},
"end": {
"line": 187,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 4902,
"end": 4908,
"loc": {
"start": {
"line": 187,
"column": 13
},
"end": {
"line": 187,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4908,
"end": 4909,
"loc": {
"start": {
"line": 187,
"column": 19
},
"end": {
"line": 187,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 4909,
"end": 4916,
"loc": {
"start": {
"line": 187,
"column": 20
},
"end": {
"line": 187,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4916,
"end": 4917,
"loc": {
"start": {
"line": 187,
"column": 27
},
"end": {
"line": 187,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "error",
"start": 4918,
"end": 4925,
"loc": {
"start": {
"line": 187,
"column": 29
},
"end": {
"line": 187,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4925,
"end": 4926,
"loc": {
"start": {
"line": 187,
"column": 36
},
"end": {
"line": 187,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4926,
"end": 4927,
"loc": {
"start": {
"line": 187,
"column": 37
},
"end": {
"line": 187,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4931,
"end": 4936,
"loc": {
"start": {
"line": 189,
"column": 2
},
"end": {
"line": 189,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 4937,
"end": 4943,
"loc": {
"start": {
"line": 189,
"column": 8
},
"end": {
"line": 189,
"column": 14
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4944,
"end": 4945,
"loc": {
"start": {
"line": 189,
"column": 15
},
"end": {
"line": 189,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createMockedLogger",
"start": 4946,
"end": 4964,
"loc": {
"start": {
"line": 189,
"column": 17
},
"end": {
"line": 189,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4964,
"end": 4965,
"loc": {
"start": {
"line": 189,
"column": 35
},
"end": {
"line": 189,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4965,
"end": 4966,
"loc": {
"start": {
"line": 189,
"column": 36
},
"end": {
"line": 189,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4966,
"end": 4967,
"loc": {
"start": {
"line": 189,
"column": 37
},
"end": {
"line": 189,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4971,
"end": 4976,
"loc": {
"start": {
"line": 191,
"column": 2
},
"end": {
"line": 191,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 4977,
"end": 4984,
"loc": {
"start": {
"line": 191,
"column": 8
},
"end": {
"line": 191,
"column": 15
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4985,
"end": 4986,
"loc": {
"start": {
"line": 191,
"column": 16
},
"end": {
"line": 191,
"column": 17
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4987,
"end": 4988,
"loc": {
"start": {
"line": 191,
"column": 18
},
"end": {
"line": 191,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 4989,
"end": 4994,
"loc": {
"start": {
"line": 191,
"column": 20
},
"end": {
"line": 191,
"column": 25
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4994,
"end": 4995,
"loc": {
"start": {
"line": 191,
"column": 25
},
"end": {
"line": 191,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "some-error",
"start": 4996,
"end": 5008,
"loc": {
"start": {
"line": 191,
"column": 27
},
"end": {
"line": 191,
"column": 39
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5009,
"end": 5010,
"loc": {
"start": {
"line": 191,
"column": 40
},
"end": {
"line": 191,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5010,
"end": 5011,
"loc": {
"start": {
"line": 191,
"column": 41
},
"end": {
"line": 191,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 5015,
"end": 5021,
"loc": {
"start": {
"line": 193,
"column": 2
},
"end": {
"line": 193,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5021,
"end": 5022,
"loc": {
"start": {
"line": 193,
"column": 8
},
"end": {
"line": 193,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 5022,
"end": 5027,
"loc": {
"start": {
"line": 193,
"column": 9
},
"end": {
"line": 193,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5027,
"end": 5028,
"loc": {
"start": {
"line": 193,
"column": 14
},
"end": {
"line": 193,
"column": 15
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5028,
"end": 5029,
"loc": {
"start": {
"line": 193,
"column": 15
},
"end": {
"line": 193,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 5030,
"end": 5034,
"loc": {
"start": {
"line": 193,
"column": 17
},
"end": {
"line": 193,
"column": 21
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5034,
"end": 5035,
"loc": {
"start": {
"line": 193,
"column": 21
},
"end": {
"line": 193,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "some-type",
"start": 5036,
"end": 5047,
"loc": {
"start": {
"line": 193,
"column": 23
},
"end": {
"line": 193,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5047,
"end": 5048,
"loc": {
"start": {
"line": 193,
"column": 34
},
"end": {
"line": 193,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 5049,
"end": 5056,
"loc": {
"start": {
"line": 193,
"column": 36
},
"end": {
"line": 193,
"column": 43
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5057,
"end": 5058,
"loc": {
"start": {
"line": 193,
"column": 44
},
"end": {
"line": 193,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5058,
"end": 5059,
"loc": {
"start": {
"line": 193,
"column": 45
},
"end": {
"line": 193,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5059,
"end": 5060,
"loc": {
"start": {
"line": 193,
"column": 46
},
"end": {
"line": 193,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 5064,
"end": 5065,
"loc": {
"start": {
"line": 195,
"column": 2
},
"end": {
"line": 195,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5065,
"end": 5066,
"loc": {
"start": {
"line": 195,
"column": 3
},
"end": {
"line": 195,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 5066,
"end": 5070,
"loc": {
"start": {
"line": 195,
"column": 4
},
"end": {
"line": 195,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5070,
"end": 5071,
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "logger",
"start": 5071,
"end": 5077,
"loc": {
"start": {
"line": 195,
"column": 9
},
"end": {
"line": 195,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5077,
"end": 5078,
"loc": {
"start": {
"line": 195,
"column": 15
},
"end": {
"line": 195,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "spinner",
"start": 5078,
"end": 5085,
"loc": {
"start": {
"line": 195,
"column": 16
},
"end": {
"line": 195,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5085,
"end": 5086,
"loc": {
"start": {
"line": 195,
"column": 23
},
"end": {
"line": 195,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "stop",
"start": 5086,
"end": 5090,
"loc": {
"start": {
"line": 195,
"column": 24
},
"end": {
"line": 195,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5090,
"end": 5091,
"loc": {
"start": {
"line": 195,
"column": 28
},
"end": {
"line": 195,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledOnce",
"start": 5091,
"end": 5101,
"loc": {
"start": {
"line": 195,
"column": 29
},
"end": {
"line": 195,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5101,
"end": 5102,
"loc": {
"start": {
"line": 195,
"column": 39
},
"end": {
"line": 195,
"column": 40
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5102,
"end": 5103,
"loc": {
"start": {
"line": 195,
"column": 40
},
"end": {
"line": 195,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "t",
"start": 5106,
"end": 5107,
"loc": {
"start": {
"line": 196,
"column": 2
},
"end": {
"line": 196,
"column": 3
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5107,
"end": 5108,
"loc": {
"start": {
"line": 196,
"column": 3
},
"end": {
"line": 196,
"column": 4
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 5108,
"end": 5112,
"loc": {
"start": {
"line": 196,
"column": 4
},
"end": {
"line": 196,
"column": 8
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5112,
"end": 5113,
"loc": {
"start": {
"line": 196,
"column": 8
},
"end": {
"line": 196,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 5113,
"end": 5119,
"loc": {
"start": {
"line": 196,
"column": 9
},
"end": {
"line": 196,
"column": 15
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5119,
"end": 5120,
"loc": {
"start": {
"line": 196,
"column": 15
},
"end": {
"line": 196,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 5120,
"end": 5127,
"loc": {
"start": {
"line": 196,
"column": 16
},
"end": {
"line": 196,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5127,
"end": 5128,
"loc": {
"start": {
"line": 196,
"column": 23
},
"end": {
"line": 196,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 5128,
"end": 5133,
"loc": {
"start": {
"line": 196,
"column": 24
},
"end": {
"line": 196,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5133,
"end": 5134,
"loc": {
"start": {
"line": 196,
"column": 29
},
"end": {
"line": 196,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "calledWith",
"start": 5134,
"end": 5144,
"loc": {
"start": {
"line": 196,
"column": 30
},
"end": {
"line": 196,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5144,
"end": 5145,
"loc": {
"start": {
"line": 196,
"column": 40
},
"end": {
"line": 196,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "payload",
"start": 5145,
"end": 5152,
"loc": {
"start": {
"line": 196,
"column": 41
},
"end": {
"line": 196,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5152,
"end": 5153,
"loc": {
"start": {
"line": 196,
"column": 48
},
"end": {
"line": 196,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 5153,
"end": 5158,
"loc": {
"start": {
"line": 196,
"column": 49
},
"end": {
"line": 196,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5158,
"end": 5159,
"loc": {
"start": {
"line": 196,
"column": 54
},
"end": {
"line": 196,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5159,
"end": 5160,
"loc": {
"start": {
"line": 196,
"column": 55
},
"end": {
"line": 196,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5160,
"end": 5161,
"loc": {
"start": {
"line": 196,
"column": 56
},
"end": {
"line": 196,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "global",
"start": 5165,
"end": 5171,
"loc": {
"start": {
"line": 198,
"column": 2
},
"end": {
"line": 198,
"column": 8
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5171,
"end": 5172,
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "console",
"start": 5172,
"end": 5179,
"loc": {
"start": {
"line": 198,
"column": 9
},
"end": {
"line": 198,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5179,
"end": 5180,
"loc": {
"start": {
"line": 198,
"column": 16
},
"end": {
"line": 198,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "error",
"start": 5180,
"end": 5185,
"loc": {
"start": {
"line": 198,
"column": 17
},
"end": {
"line": 198,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5185,
"end": 5186,
"loc": {
"start": {
"line": 198,
"column": 22
},
"end": {
"line": 198,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "restore",
"start": 5186,
"end": 5193,
"loc": {
"start": {
"line": 198,
"column": 23
},
"end": {
"line": 198,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5193,
"end": 5194,
"loc": {
"start": {
"line": 198,
"column": 30
},
"end": {
"line": 198,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5194,
"end": 5195,
"loc": {
"start": {
"line": 198,
"column": 31
},
"end": {
"line": 198,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5195,
"end": 5196,
"loc": {
"start": {
"line": 198,
"column": 32
},
"end": {
"line": 198,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5197,
"end": 5198,
"loc": {
"start": {
"line": 199,
"column": 0
},
"end": {
"line": 199,
"column": 1
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5198,
"end": 5199,
"loc": {
"start": {
"line": 199,
"column": 1
},
"end": {
"line": 199,
"column": 2
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5199,
"end": 5200,
"loc": {
"start": {
"line": 199,
"column": 2
},
"end": {
"line": 199,
"column": 3
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5201,
"end": 5201,
"loc": {
"start": {
"line": 200,
"column": 0
},
"end": {
"line": 200,
"column": 0
}
}
}
]
}