docs: mention being in @beta #1166
Annotations
3 errors and 1 warning
Run pnpm run test --coverage:
src/base.test.ts#L12
AssertionError: expected { access: 'public', …(18) } to deeply equal { access: 'public', …(18) }
- Expected
+ Received
Object {
"access": "public",
"author": "Josh Goldberg ✨",
"bin": "bin/index.js",
"contributors": Array [
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/3335181?v=4",
"contributions": Array [
"bug",
"code",
"maintenance",
"review",
"tool",
"doc",
"infra",
"test",
"ideas",
"design",
],
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg",
"profile": "http://www.joshuakgoldberg.com",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/3297859?v=4",
"contributions": Array [
"code",
],
"login": "sinchang",
"name": "Jeff Wen",
"profile": "https://sinchang.me",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/6335792?v=4",
"contributions": Array [
"code",
],
"login": "Pinjasaur",
"name": "Paul Esch-Laurent",
"profile": "https://paulisaweso.me/",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/113494366?v=4",
"contributions": Array [
"code",
],
"login": "NazCodeland",
"name": "NazCodeland",
"profile": "/~https://github.com/NazCodeland",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/1010525?v=4",
"contributions": Array [
"code",
"ideas",
"bug",
"maintenance",
"doc",
"tool",
],
"login": "johnnyreilly",
"name": "John Reilly",
"profile": "https://blog.johnnyreilly.com/",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/456426?v=4",
"contributions": Array [
"code",
],
"login": "webpro",
"name": "Lars Kappert",
"profile": "https://webpro.nl",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/7224206?v=4",
"contributions": Array [
"code",
"infra",
],
"login": "RebeccaStevens",
"name": "Rebecca Stevens",
"profile": "/~https://github.com/RebeccaStevens",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/105710107?v=4",
"contributions": Array [
"code",
"infra",
],
"login": "ronthetech",
"name": "Ron Jean-Francois",
"profile": "http://ronjeanfrancois.com",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/12304307?v=4",
"contributions": Array [
"tool",
"code",
"ideas",
],
"login": "nowyDEV",
"name": "Dominik Nowik",
"profile": "/~https://github.com/nowyDEV",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/79809121?v=4",
"contributions": Array [
"code",
],
"login": "TAKANOME-DEV",
"name": "takanomedev",
"profile": "/~https://github.com/TAKANOME-DEV",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/35363144?v=4",
"contributions": Array [
"code",
],
"login": "emday4prez",
"name": "Emerson",
"profile": "/~https://github.com/emday4prez",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/3806031?v=4",
"contributions": Array [
"bug",
"code",
],
"login": "jsjoeio",
"name": "Joe Previte",
"profile": "https://typescriptcourse.com/tutorials",
},
Object {
"avatar_url": "/~https://avatars.githubusercontent.com/u/39694575?v=4",
"contributions": Array [
"bug",
"code",
|
Run pnpm run test --coverage:
src/integration.test.ts#L114
Error: Snapshot `Producing the everything preset matches the files in this repository 1` mismatched
- Expected
+ Received
@@ -17,6 +17,24 @@
on:
",
},
},
+ "README.md": "@@ -19,15 +19,10 @@
+ </p>
+
+ <img align="right" alt="Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'" height="128" src="./docs/create-typescript-app.png" width="128">
+
+ -`create-typescript-app` is a one-stop-shop solution to set up a new or existing repository with the latest and greatest TypeScript tooling.
+ -It includes options not just for building and testing but also automated release management, contributor recognition, GitHub repository settings, and more.
+ +The published package's 1.x versions still show commands for the 1.x version.
+
+ -> **Note:** create-typescript-app is preparing to release a promote 2.0 beta version to stable soon.
+ -> The repository's `main` branch shows commands for the `beta` version.
+ -> The published package's 1.x versions still show commands for the 1.x version.
+ -
+ ## Usage
+
+ First make sure you have the following installed:
+
+ ",
}
❯ src/integration.test.ts:114:4
|
Run pnpm run test --coverage
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see /~https://github.com/actions/runner-images/issues/10636
|
Loading