mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* work so far * stuff * a * basics work * stuff * yoo * build lockfile * correct * f * a * install fixture havent tested * i made it worse * lol * be more reasonable * make the test easier to pass because bun install doesn't handle obscure lockfile edge cases :/ * a * works now * ok * a * a * cool * nah * fix stuff * l * a * idfk * LAME * prettier errors * does this fix tests? * Add more safety checks to Integrity * Add another check * More careful lifetime handling * Fix linux debugger issue * a * tmp dir and snapshot test --------- Co-authored-by: Jarred SUmner <jarred@jarredsumner.com>
18 lines
471 B
JSON
18 lines
471 B
JSON
{
|
|
"name": "testing",
|
|
"version": "1.0.0",
|
|
"description": "This document will guide you through the process of setting up a new Playwright test project, and authoring and running end-to-end tests for the Contoso web application.",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.31.1",
|
|
"@types/node": "^18.14.5"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.3"
|
|
}
|
|
}
|