Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Feb 9, 2025
1 parent f0d712e commit 64b7d9e
Show file tree
Hide file tree
Showing 7 changed files with 1,322 additions and 11 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Push your changes to your branch and open a pull request against the parent repo

Upon Pull Request submission, your code will be reviewed by the maintainers. They will confirm at least the following:

- Tests run successfully (unit, coverage, integration, style).
- Contribution policy has been followed.
- Tests run successfully (unit, coverage, integration, style).
- Contribution policy has been followed.

One (human) reviewer will need to sign off on your Pull Request before it can be merged.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ A [Cypress](https://www.cypress.io/) plugin and CLI tool which automatically add

## Table of Contents

- [Why Do I Need This Plugin?](#why-do-i-need-this-plugin)
- [Installation](#installation)
- [Usage](#usage)
- [Example](#example)
- [Configuration](#configuration)
- [Why Do I Need This Plugin?](#why-do-i-need-this-plugin)
- [Installation](#installation)
- [Usage](#usage)
- [Example](#example)
- [Configuration](#configuration)

## Why Do I Need This Plugin?

Expand Down
1,311 changes: 1,311 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion cypress/support/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

import { mount } from "cypress/react18";
import { mount } from "cypress/react";

// Augment the Cypress namespace to include type definitions for
// your custom command.
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-codegen",
"packageManager": "bun@1.1.21",
"packageManager": "bun@1.2.2",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,10 +21,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "7.26.8",
"@babel/generator": "7.26.8",
"@babel/parser": "7.26.8",
"@babel/types": "7.26.8",
"@babel/generator": "7.26.8",
"@types/babel__generator": "7.6.8",
"chalk": "4.1.2",
"commander": "13.1.0",
"glob": "11.0.1",
Expand Down

0 comments on commit 64b7d9e

Please sign in to comment.