Skip to content

Commit 0336942

Browse files
Bump vitest from 2.1.9 to 4.0.4 (#361)
* Bump vitest from 2.1.9 to 4.0.4 Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.9 to 4.0.4. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.4/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix * Simplify --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregor Noczinski <gregor@noczinski.eu>
1 parent 91c94cd commit 0336942

6 files changed

Lines changed: 173 additions & 1255 deletions

File tree

.editorconfig

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
9+
[*.{js,jsx,ts,tsx}]
10+
indent_style = space
11+
indent_size = 2
12+
13+
[*.json]
14+
indent_style = space
15+
indent_size = 2
16+
17+
[*.{yaml,yml}]
18+
indent_style = space
19+
indent_size = 2
20+
21+
[*.{css,scss,sass,less}]
22+
indent_style = space
23+
indent_size = 2

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.yaml text eol=lf
2+
*.yml text eol=lf
3+
*.json text eol=lf
4+
*.js text eol=lf
5+
*.jsx text eol=lf
6+
*.ts text eol=lf
7+
*.tsx text eol=lf
8+
*.html text eol=lf
9+
*.css text eol=lf

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Code kata in JavaScript where you have to write a library of books and magazines
1212

1313
## Frame conditions
1414

15-
1. You have exact **2.5 hours** of time - **no minute longer**.
16-
If you reach this time limit stop your work immediately.
17-
It is one part of the kata to respect this time limit.
18-
There are no restrictions on how to use the provided time.
15+
1. You have exact **2.5 hours** of time - **no minute longer**.
16+
If you reach this time limit stop your work immediately.
17+
It is one part of the kata to respect this time limit.
18+
There are no restrictions on how to use the provided time.
1919
If you want to code the entire time, take a break or a cigaret - it’s up to you.
2020

2121
2. There is no complete or incomplete, most likely it'll be impossible to close all the tasks in the first run (that's the point of kata as a type of practice). Keep in mind following priorities though:
2222
1. **Code quality and structure**.
2323
2. Functionality.
2424
3. UI/UX.
2525

26-
3. This is a real world situation. You are allowed to consult the Internet, use every library you want, call a friend...
26+
3. This is a real world situation. You are allowed to consult the Internet, use every library you want, call a friend...
2727
**BUT you're NOT allowed to:**
2828
- do pair programming
2929
- have a look at your previous implementation of this kata if you've done it before

0 commit comments

Comments
 (0)