Feat: hide blocks not challenges (#39504)

* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2020-09-04 00:07:40 +02:00
committed by GitHub
parent 6b081c7e7b
commit bd68b70f3d
1740 changed files with 151 additions and 1746 deletions

View File

@@ -2,7 +2,6 @@
id: 587d824c367417b2b2512c4c
title: Assert Deep Equality with .deepEqual and .notDeepEqual
challengeType: 2
isHidden: false
forumTopicId: 301587
---

View File

@@ -2,7 +2,6 @@
id: 587d824c367417b2b2512c4d
title: Compare the Properties of Two Elements
challengeType: 2
isHidden: false
forumTopicId: 301588
---

View File

@@ -2,7 +2,6 @@
id: 587d824a367417b2b2512c46
title: Learn How JavaScript Assertions Work
challengeType: 2
isHidden: false
forumTopicId: 301589
---

View File

@@ -2,7 +2,6 @@
id: 587d824f367417b2b2512c5a
title: Run Functional Tests on an API Response using Chai-HTTP III - PUT method
challengeType: 2
isHidden: false
forumTopicId: 301590
---

View File

@@ -2,7 +2,6 @@
id: 587d824f367417b2b2512c5b
title: Run Functional Tests on an API Response using Chai-HTTP IV - PUT method
challengeType: 2
isHidden: false
forumTopicId: 301591
---

View File

@@ -2,7 +2,6 @@
id: 587d824f367417b2b2512c59
title: Run Functional Tests on API Endpoints using Chai-HTTP II
challengeType: 2
isHidden: false
forumTopicId: 301592
---

View File

@@ -2,7 +2,6 @@
id: 587d824e367417b2b2512c58
title: Run Functional Tests on API Endpoints using Chai-HTTP
challengeType: 2
isHidden: false
forumTopicId: 301593
---

View File

@@ -2,7 +2,6 @@
id: 587d8250367417b2b2512c5d
title: Run Functional Tests using a Headless Browser II
challengeType: 2
isHidden: false
forumTopicId: 301594
---

View File

@@ -2,7 +2,6 @@
id: 587d824f367417b2b2512c5c
title: Run Functional Tests using a Headless Browser
challengeType: 2
isHidden: false
forumTopicId: 301595
---

View File

@@ -2,7 +2,6 @@
id: 587d824b367417b2b2512c49
title: Test for Truthiness
challengeType: 2
isHidden: false
forumTopicId: 301596
---

View File

@@ -2,7 +2,6 @@
id: 587d824d367417b2b2512c53
title: Test if a String Contains a Substring
challengeType: 2
isHidden: false
forumTopicId: 301597
---

View File

@@ -2,7 +2,6 @@
id: 587d824c367417b2b2512c4f
title: Test if a Value Falls within a Specific Range
challengeType: 2
isHidden: false
forumTopicId: 301598
---

View File

@@ -2,7 +2,6 @@
id: 587d824d367417b2b2512c52
title: Test if a Value is a String
challengeType: 2
isHidden: false
forumTopicId: 301599
---

View File

@@ -2,7 +2,6 @@
id: 587d824d367417b2b2512c50
title: Test if a Value is an Array
challengeType: 2
isHidden: false
forumTopicId: 301600
---

View File

@@ -2,7 +2,6 @@
id: 587d824e367417b2b2512c56
title: Test if a Value is of a Specific Data Structure Type
challengeType: 2
isHidden: false
forumTopicId: 301601
---

View File

@@ -2,7 +2,6 @@
id: 587d824b367417b2b2512c47
title: Test if a Variable or Function is Defined
challengeType: 2
isHidden: false
forumTopicId: 301602
---

View File

@@ -2,7 +2,6 @@
id: 587d824d367417b2b2512c51
title: Test if an Array Contains an Item
challengeType: 2
isHidden: false
forumTopicId: 301603
---

View File

@@ -2,7 +2,6 @@
id: 587d824e367417b2b2512c55
title: Test if an Object has a Property
challengeType: 2
isHidden: false
forumTopicId: 301604
---

View File

@@ -2,7 +2,6 @@
id: 587d824e367417b2b2512c57
title: Test if an Object is an Instance of a Constructor
challengeType: 2
isHidden: false
forumTopicId: 301605
---

View File

@@ -2,7 +2,6 @@
id: 587d824c367417b2b2512c4e
title: Test if One Value is Below or At Least as Large as Another
challengeType: 2
isHidden: false
forumTopicId: 301606
---

View File

@@ -2,7 +2,6 @@
id: 587d824b367417b2b2512c48
title: Use Assert.isOK and Assert.isNotOK
challengeType: 2
isHidden: false
forumTopicId: 301607
---

View File

@@ -2,7 +2,6 @@
id: 587d824d367417b2b2512c54
title: Use Regular Expressions to Test a String
challengeType: 2
isHidden: false
forumTopicId: 301608
---

View File

@@ -2,7 +2,6 @@
id: 587d824b367417b2b2512c4a
title: Use the Double Equals to Assert Equality
challengeType: 2
isHidden: false
forumTopicId: 301609
---

View File

@@ -2,7 +2,6 @@
id: 587d824b367417b2b2512c4b
title: Use the Triple Equals to Assert Strict Equality
challengeType: 2
isHidden: false
forumTopicId: 301610
---