From e3a4b239d1ed00b5e45619d9f831accef49f9ac4 Mon Sep 17 00:00:00 2001 From: Justin Nguyen <70992422+jnvtnguyen@users.noreply.github.com> Date: Wed, 13 Mar 2024 07:12:14 -0700 Subject: [PATCH] Remove Types Folder for Puppeteer (#19939) Remove Folder --- typings/puppeteer-acceptance-tests/index.d.ts | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 typings/puppeteer-acceptance-tests/index.d.ts diff --git a/typings/puppeteer-acceptance-tests/index.d.ts b/typings/puppeteer-acceptance-tests/index.d.ts deleted file mode 100644 index 2c2394d4f3fd1..0000000000000 --- a/typings/puppeteer-acceptance-tests/index.d.ts +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2024 The Oppia Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS-IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -/** - * @fileoverview Puppeteer acceptance test type definitions. - */ - -type Uppercase = S; -type Lowercase = S; -type Capitalize = S; -type Uncapitalize = S;