chore: fix workflow #2
Annotations
6 errors
tests/snapshot/markdown-output.test.ts#L61
Error: Snapshot `Markdown Output > should match snapshot for default template 1` mismatched
- Expected
+ Received
@@ -8,11 +8,11 @@
## package.json
- Language: json
- Size: 51 bytes
- - Last modified: Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - Last modified: Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
```json
{
"name": "test-project",
"version": "1.0.0"
@@ -22,22 +22,22 @@
## src/main.js
- Language: javascript
- Size: 30 bytes
- - Last modified: Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - Last modified: Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
```javascript
console.log('Hello, World!');
```
## src/utils.ts
- Language: typescript
- Size: 70 bytes
- - Last modified: Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - Last modified: Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
```typescript
export function add(a: number, b: number): number {
return a + b;
}
❯ tests/snapshot/markdown-output.test.ts:61:22
|
tests/snapshot/markdown-output.test.ts#L68
Error: Snapshot `Markdown Output > should match snapshot for custom template with custom data 1` mismatched
- Expected
+ Received
@@ -8,11 +8,11 @@
### package.json
- **Language:** json
- **Size:** 51 bytes
- - **Last Modified:** Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - **Last Modified:** Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
#### Content Preview:
```json
{
@@ -25,11 +25,11 @@
---
### src/main.js
- **Language:** javascript
- **Size:** 30 bytes
- - **Last Modified:** Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - **Last Modified:** Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
#### Content Preview:
```javascript
console.log('Hello, World!');
@@ -39,11 +39,11 @@
---
### src/utils.ts
- **Language:** typescript
- **Size:** 70 bytes
- - **Last Modified:** Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - **Last Modified:** Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
#### Content Preview:
```typescript
export function add(a: number, b: number): number {
❯ tests/snapshot/markdown-output.test.ts:68:22
|
tests/snapshot/markdown-output.test.ts#L75
Error: Snapshot `Markdown Output > should match snapshot for default template with no codeblocks 1` mismatched
- Expected
+ Received
@@ -8,11 +8,11 @@
## package.json
- Language: json
- Size: 51 bytes
- - Last modified: Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - Last modified: Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
{
"name": "test-project",
"version": "1.0.0"
}
@@ -20,19 +20,19 @@
## src/main.js
- Language: javascript
- Size: 30 bytes
- - Last modified: Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - Last modified: Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
console.log('Hello, World!');
## src/utils.ts
- Language: typescript
- Size: 70 bytes
- - Last modified: Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - Last modified: Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
export function add(a: number, b: number): number {
return a + b;
}
❯ tests/snapshot/markdown-output.test.ts:75:22
|
tests/snapshot/markdown-output.test.ts#L87
Error: Snapshot `Markdown Output > should match snapshot for custom template with additional custom data 1` mismatched
- Expected
+ Received
@@ -8,11 +8,11 @@
### package.json
- **Language:** json
- **Size:** 51 bytes
- - **Last Modified:** Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - **Last Modified:** Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
#### Content Preview:
```json
{
@@ -25,11 +25,11 @@
---
### src/main.js
- **Language:** javascript
- **Size:** 30 bytes
- - **Last Modified:** Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - **Last Modified:** Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
#### Content Preview:
```javascript
console.log('Hello, World!');
@@ -39,11 +39,11 @@
---
### src/utils.ts
- **Language:** typescript
- **Size:** 70 bytes
- - **Last Modified:** Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - **Last Modified:** Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
#### Content Preview:
```typescript
export function add(a: number, b: number): number {
❯ tests/snapshot/markdown-output.test.ts:87:22
|
tests/snapshot/markdown-output.test.ts#L94
Error: Snapshot `Markdown Output > should match snapshot for custom template with empty custom data 1` mismatched
- Expected
+ Received
@@ -8,11 +8,11 @@
### package.json
- **Language:** json
- **Size:** 51 bytes
- - **Last Modified:** Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - **Last Modified:** Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
#### Content Preview:
```json
{
@@ -25,11 +25,11 @@
---
### src/main.js
- **Language:** javascript
- **Size:** 30 bytes
- - **Last Modified:** Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - **Last Modified:** Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
#### Content Preview:
```javascript
console.log('Hello, World!');
@@ -39,11 +39,11 @@
---
### src/utils.ts
- **Language:** typescript
- **Size:** 70 bytes
- - **Last Modified:** Wed Jul 10 2024 23:40:47 GMT+0200 (Central European Summer Time)
+ - **Last Modified:** Sat Jul 20 2024 07:46:50 GMT+0000 (Coordinated Universal Time)
#### Content Preview:
```typescript
export function add(a: number, b: number): number {
❯ tests/snapshot/markdown-output.test.ts:94:22
|
|
This job failed
Loading