Auto include hello world mentions #605
Annotations
6 errors
index.test.ts > helloWorld > meta:
provider/hello-world/index.test.ts#L7
AssertionError: expected { name: '✨ Hello World!', …(3) } to strictly equal { name: '✨ Hello World!', …(2) }
- Expected
+ Received
Object {
"annotations": Object {},
"items": Object {
"messageSelectors": Array [
Object {
"pattern": ".*",
},
],
},
+ "mentions": Object {
+ "autoInclude": true,
+ },
"name": "✨ Hello World!",
}
❯ index.test.ts:7:41
|
test-unit (ubuntu, 20)
Process completed with exit code 1.
|
index.test.ts > helloWorld > meta:
provider/hello-world/index.test.ts#L7
AssertionError: expected { name: '✨ Hello World!', …(3) } to strictly equal { name: '✨ Hello World!', …(2) }
- Expected
+ Received
Object {
"annotations": Object {},
"items": Object {
"messageSelectors": Array [
Object {
"pattern": ".*",
},
],
},
+ "mentions": Object {
+ "autoInclude": true,
+ },
"name": "✨ Hello World!",
}
❯ index.test.ts:7:41
|
test-unit (ubuntu, 18.15.0)
Process completed with exit code 1.
|
index.test.ts > helloWorld > meta:
provider/hello-world/index.test.ts#L7
AssertionError: expected { name: '✨ Hello World!', …(3) } to strictly equal { name: '✨ Hello World!', …(2) }
- Expected
+ Received
Object {
"annotations": Object {},
"items": Object {
"messageSelectors": Array [
Object {
"pattern": ".*",
},
],
},
+ "mentions": Object {
+ "autoInclude": true,
+ },
"name": "✨ Hello World!",
}
❯ index.test.ts:7:41
|
test-unit (macos, 20)
Process completed with exit code 1.
|