fix: remove title from Chinese chals

This commit is contained in:
Oliver Eyton-Williams
2020-10-01 17:53:09 +02:00
committed by Mrugesh Mohapatra
parent a9092776b5
commit 4a74567986
1588 changed files with 0 additions and 1588 deletions

View File

@@ -1,6 +1,5 @@
---
id: 587d824c367417b2b2512c4c
title: Assert Deep Equality with .deepEqual and .notDeepEqual
challengeType: 2
forumTopicId: 301587
localeTitle: 用 Assert.deepEqual() 和 Assert.notDeepEqual() 断言深度相等

View File

@@ -1,6 +1,5 @@
---
id: 587d824c367417b2b2512c4d
title: Compare the Properties of Two Elements
challengeType: 2
forumTopicId: 301588
localeTitle: 比较两个元素的属性

View File

@@ -1,6 +1,5 @@
---
id: 587d824a367417b2b2512c46
title: Learn How JavaScript Assertions Work
challengeType: 2
forumTopicId: 301589
localeTitle: 了解 JavaScript 断言是如何使用的

View File

@@ -1,6 +1,5 @@
---
id: 587d824f367417b2b2512c5a
title: Run Functional Tests on an API Response using Chai-HTTP III - PUT method
challengeType: 2
forumTopicId: 301590
localeTitle: 使用 Chai-HTTP 测试 API 响应结果 (3)—PUT 方法

View File

@@ -1,6 +1,5 @@
---
id: 587d824f367417b2b2512c5b
title: Run Functional Tests on an API Response using Chai-HTTP IV - PUT method
challengeType: 2
forumTopicId: 301591
localeTitle: 使用 Chai-HTTP 测试 API 响应结果 (4)—PUT 方法

View File

@@ -1,6 +1,5 @@
---
id: 587d824f367417b2b2512c59
title: Run Functional Tests on API Endpoints using Chai-HTTP II
challengeType: 2
forumTopicId: 301592
localeTitle: 使用 Chai-HTTP 进行 API 功能测试 (2)

View File

@@ -1,6 +1,5 @@
---
id: 587d824e367417b2b2512c58
title: Run Functional Tests on API Endpoints using Chai-HTTP
challengeType: 2
forumTopicId: 301593
localeTitle: 使用 Chai-HTTP 进行 API 功能测试 (1)

View File

@@ -1,6 +1,5 @@
---
id: 587d8250367417b2b2512c5d
title: Run Functional Tests using a Headless Browser II
challengeType: 2
forumTopicId: 301594
localeTitle: 使用 headless 浏览器运行功能测试 (2)

View File

@@ -1,6 +1,5 @@
---
id: 587d824f367417b2b2512c5c
title: Run Functional Tests using a Headless Browser
challengeType: 2
forumTopicId: 301595
localeTitle: 使用 headless 浏览器运行功能测试 (1)

View File

@@ -1,6 +1,5 @@
---
id: 587d824b367417b2b2512c49
title: Test for Truthiness
challengeType: 2
videoUrl: ''
localeTitle: 测试真实性

View File

@@ -1,6 +1,5 @@
---
id: 587d824d367417b2b2512c53
title: Test if a String Contains a Substring
challengeType: 2
forumTopicId: 301597
localeTitle: 测试字符串是否包含子字符串

View File

@@ -1,6 +1,5 @@
---
id: 587d824c367417b2b2512c4f
title: Test if a Value Falls within a Specific Range
challengeType: 2
forumTopicId: 301598
localeTitle: 测试某个值是否在特定范围内

View File

@@ -1,6 +1,5 @@
---
id: 587d824d367417b2b2512c52
title: Test if a Value is a String
challengeType: 2
forumTopicId: 301599
localeTitle: 测试某个值是否为字符串

View File

@@ -1,6 +1,5 @@
---
id: 587d824d367417b2b2512c50
title: Test if a Value is an Array
challengeType: 2
forumTopicId: 301600
localeTitle: 测试某个值是否为数组

View File

@@ -1,6 +1,5 @@
---
id: 587d824e367417b2b2512c56
title: Test if a Value is of a Specific Data Structure Type
challengeType: 2
forumTopicId: 301601
localeTitle: 测试值是否为特定数据结构类型

View File

@@ -1,6 +1,5 @@
---
id: 587d824b367417b2b2512c47
title: Test if a Variable or Function is Defined
challengeType: 2
forumTopicId: 301602
localeTitle: 测试变量或函数是否已定义

View File

@@ -1,6 +1,5 @@
---
id: 587d824d367417b2b2512c51
title: Test if an Array Contains an Item
challengeType: 2
forumTopicId: 301603
localeTitle: 测试数组是否包含项目

View File

@@ -1,6 +1,5 @@
---
id: 587d824e367417b2b2512c55
title: Test if an Object has a Property
challengeType: 2
forumTopicId: 301604
localeTitle: 测试对象是否具有某个属性

View File

@@ -1,6 +1,5 @@
---
id: 587d824e367417b2b2512c57
title: Test if an Object is an Instance of a Constructor
challengeType: 2
forumTopicId: 301605
localeTitle: 测试对象是否是构造函数的实例

View File

@@ -1,6 +1,5 @@
---
id: 587d824c367417b2b2512c4e
title: Test if One Value is Below or At Least as Large as Another
challengeType: 2
forumTopicId: 301606
localeTitle: 测试一个值是否小于或等于另一个值

View File

@@ -1,6 +1,5 @@
---
id: 587d824b367417b2b2512c48
title: Use Assert.isOK and Assert.isNotOK
challengeType: 2
forumTopicId: 301607
localeTitle: 使用 Assert.isOk() 和 Assert.isNotOK()

View File

@@ -1,6 +1,5 @@
---
id: 587d824d367417b2b2512c54
title: Use Regular Expressions to Test a String
challengeType: 2
forumTopicId: 301608
localeTitle: 使用正则表达式测试字符串

View File

@@ -1,6 +1,5 @@
---
id: 587d824b367417b2b2512c4a
title: Use the Double Equals to Assert Equality
challengeType: 2
forumTopicId: 301609
localeTitle: 用两个等号断言相等

View File

@@ -1,6 +1,5 @@
---
id: 587d824b367417b2b2512c4b
title: Use the Triple Equals to Assert Strict Equality
challengeType: 2
forumTopicId: 301610
localeTitle: 用三个等号断言严格相等