Skip to content

Commit 2cdf595

Browse files
committed
02/03: add passkey authentication test
1 parent c855e57 commit 2cdf595

File tree

249 files changed

+37253
-1105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+37253
-1105
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"name": "exercises_01.basics_01.problem.install-and-configure"
2+
"name": "exercises_01.setup_01.problem.install-and-configure"
33
}

exercises/01.setup/01.solution.install-and-configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_01.basics_01.solution.install-and-configure",
2+
"name": "exercises_01.setup_01.solution.install-and-configure",
33
"scripts": {
44
"test:e2e": "playwright test"
55
},

exercises/01.setup/02.problem.running-the-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_01.basics_02.problem.running-the-app",
2+
"name": "exercises_01.setup_02.problem.running-the-app",
33
"private": true,
44
"sideEffects": false,
55
"type": "module",

exercises/01.setup/02.solution.running-the-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_01.basics_02.solution.running-the-app",
2+
"name": "exercises_01.setup_02.solution.running-the-app",
33
"private": true,
44
"sideEffects": false,
55
"type": "module",

exercises/01.setup/03.problem.custom-fixtures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_02.test-setup_01.problem.custom-fixtures",
2+
"name": "exercises_01.setup_03.problem.custom-fixtures",
33
"private": true,
44
"sideEffects": false,
55
"type": "module",

exercises/01.setup/03.solution.custom-fixtures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_02.test-setup_01.solution.custom-fixtures",
2+
"name": "exercises_01.setup_03.solution.custom-fixtures",
33
"private": true,
44
"sideEffects": false,
55
"type": "module",

exercises/02.authentication/01.problem.basic/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

exercises/02.authentication/01.problem.basic/.github/workflows/deploy.yml

Lines changed: 0 additions & 229 deletions
This file was deleted.

exercises/02.authentication/01.problem.basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_02.test-setup_03.problem.authentication",
2+
"name": "exercises_02.authentication_01.problem.basic",
33
"private": true,
44
"sideEffects": false,
55
"type": "module",

exercises/02.authentication/01.solution.basic/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)