Skip to content

Commit 0af7507

Browse files
committed
update node tests
1 parent 05b6baa commit 0af7507

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

node-tests/authors-array.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ title: Setting up your own Ghost theme
2424
image: /images/design.jpg
2525
imageMeta:
2626
attribution: face
27-
attributionLink: 'https://www.emberjs.com/face'
27+
attributionLink: https://www.emberjs.com/face
2828
featured: true
29-
date: 'Tue Jun 12 2018 17:49:21 GMT+0100 (IST)'
29+
date: Tue Jun 12 2018 17:49:21 GMT+0100 (IST)
3030
tags:
3131
- getting-started
3232
authors:
@@ -44,11 +44,11 @@ title: Setting up your own Ghost theme
4444
image: /images/design.jpg
4545
imageMeta:
4646
attribution: face
47-
attributionLink: 'https://www.emberjs.com/face'
47+
attributionLink: https://www.emberjs.com/face
4848
featured: true
4949
authors:
5050
- ghost
51-
date: 'Tue Jun 12 2018 17:49:21 GMT+0100 (IST)'
51+
date: Tue Jun 12 2018 17:49:21 GMT+0100 (IST)
5252
tags:
5353
- getting-started
5454
---

node-tests/automatic-new-tag.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tags:
8888
- new
8989
authors:
9090
- ghost
91-
date: 'Tue Jun 12 2018 17:50:59 GMT+0100 (IST)'
91+
date: Tue Jun 12 2018 17:50:59 GMT+0100 (IST)
9292
---
9393
# Hello world`)
9494
// oldest file does not have new tag
@@ -97,7 +97,7 @@ tags:
9797
- a-tag-of-sorts
9898
authors:
9999
- ghost
100-
date: 'Tue Jun 09 2018 17:50:59 GMT+0100 (IST)'
100+
date: Tue Jun 09 2018 17:50:59 GMT+0100 (IST)
101101
---
102102
# Hello world`)
103103

@@ -108,7 +108,7 @@ tags:
108108
- new
109109
authors:
110110
- ghost
111-
date: 'Tue Jun 13 2018 17:50:59 GMT+0100 (IST)'
111+
date: Tue Jun 13 2018 17:50:59 GMT+0100 (IST)
112112
---
113113
# Hello world`)
114114
})

0 commit comments

Comments
 (0)