From fec4d7399c4e50f0304ed11a030dc9ac330d87c5 Mon Sep 17 00:00:00 2001
From: Supravisor <153783117+Supravisor@users.noreply.github.com>
Date: Thu, 7 Mar 2024 02:07:36 +1300
Subject: [PATCH] fix(curriculum): block pages still have replit instructions
(#53961)
---
.../advanced-node-and-express/index.md | 11 -----------
.../quality-assurance-and-testing-with-chai/index.md | 11 -----------
2 files changed, 22 deletions(-)
diff --git a/client/src/pages/learn/quality-assurance/advanced-node-and-express/index.md b/client/src/pages/learn/quality-assurance/advanced-node-and-express/index.md
index 9aaf693c6a3..ee8ed0025ad 100644
--- a/client/src/pages/learn/quality-assurance/advanced-node-and-express/index.md
+++ b/client/src/pages/learn/quality-assurance/advanced-node-and-express/index.md
@@ -9,14 +9,3 @@ superBlock: quality-assurance
_Authentication_ is the process or action of verifying the identity of a user or process. Up to this point you have not been able to create an app utilizing this key concept.
The most common and easiest way to use authentication middleware for Node.js is [Passport](http://passportjs.org/). It is easy to learn, light-weight, and extremely flexible allowing for many _strategies_, which we will talk about in later challenges. In addition to authentication we will also look at template engines which allow for use of _Pug_ and web sockets which allow for real time communication between all your clients and your server.
-
-Working on these challenges involves writing code on Replit in our starter project.
-
-- Start by importing the project on Replit.
-- Next, you will see a .replit window.
-- Select Use run command and click the Done button.
-- Complete each challenge and copy the public Replit URL (to the homepage of your app) into the challenge screen to test it!
-
-Optionally, you may write your project on another platform, but it must be publicly visible for our testing.
-
-Start this project on Replit using [this link](https://replit.com/github/freeCodeCamp/boilerplate-advancednode) or clone [this repository](https://github.com/freeCodeCamp/boilerplate-advancednode/) on GitHub! If you use Replit, remember to save the link to your project somewhere safe.
diff --git a/client/src/pages/learn/quality-assurance/quality-assurance-and-testing-with-chai/index.md b/client/src/pages/learn/quality-assurance/quality-assurance-and-testing-with-chai/index.md
index 974dd1c1f0e..46a613f3604 100644
--- a/client/src/pages/learn/quality-assurance/quality-assurance-and-testing-with-chai/index.md
+++ b/client/src/pages/learn/quality-assurance/quality-assurance-and-testing-with-chai/index.md
@@ -7,14 +7,3 @@ superBlock: quality-assurance
## Introduction to Quality Assurance with Chai Challenges
As your programs become more complex, you need to test them often to make sure any new code you add doesn't break the program's original functionality. Chai is a JavaScript testing library that helps you check that your program still behaves the way you expect it to after you make changes. Using Chai, you can write tests that describe your program's requirements and see if your program meets them.
-
-Working on these challenges involves writing code on Replit in our starter project.
-
-- Start by importing the project on Replit.
-- Next, you will see a .replit window.
-- Select Use run command and click the Done button.
-- Complete each challenge and copy the public Replit URL (to the homepage of your app) into the challenge screen to test it!
-
-Optionally, you may write your project on another platform, but it must be publicly visible for our testing.
-
-Start this project on Replit using [this link](https://replit.com/github/freeCodeCamp/boilerplate-mochachai) or clone [this repository](https://github.com/freeCodeCamp/boilerplate-mochachai/) on GitHub! If you use Replit, remember to save the link to your project somewhere safe!