Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Remove duplication from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Jan 12, 2024
1 parent 6325623 commit c82d4bd
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 91 deletions.
148 changes: 66 additions & 82 deletions .attest/assertions/typescript.json
Original file line number Diff line number Diff line change
@@ -1,84 +1,68 @@
{
"vitest/test.test.ts": [
{
"location": {
"start": {
"line": 13,
"char": 2
},
"end": {
"line": 13,
"char": 14
}
},
"args": [
{
"type": "1",
"relationships": {
"args": [
"equality"
],
"typeArgs": [
"equality"
]
}
}
],
"typeArgs": [
{
"type": "1",
"relationships": {
"args": [
"equality"
],
"typeArgs": [
"equality"
]
}
}
],
"errors": [],
"completions": {}
},
{
"location": {
"start": {
"line": 14,
"char": 2
},
"end": {
"line": 14,
"char": 18
}
},
"args": [
{
"type": "\"1\"",
"relationships": {
"args": [
"equality"
],
"typeArgs": [
"equality"
]
}
}
],
"typeArgs": [
{
"type": "\"1\"",
"relationships": {
"args": [
"equality"
],
"typeArgs": [
"equality"
]
}
}
],
"errors": [],
"completions": {}
}
]
"vitest/test.test.ts": [
{
"location": {
"start": {
"line": 13,
"char": 2
},
"end": {
"line": 13,
"char": 14
}
},
"args": [
{
"type": "1",
"relationships": {
"args": ["equality"],
"typeArgs": ["equality"]
}
}
],
"typeArgs": [
{
"type": "1",
"relationships": {
"args": ["equality"],
"typeArgs": ["equality"]
}
}
],
"errors": [],
"completions": {}
},
{
"location": {
"start": {
"line": 14,
"char": 2
},
"end": {
"line": 14,
"char": 18
}
},
"args": [
{
"type": "\"1\"",
"relationships": {
"args": ["equality"],
"typeArgs": ["equality"]
}
}
],
"typeArgs": [
{
"type": "\"1\"",
"relationships": {
"args": ["equality"],
"typeArgs": ["equality"]
}
}
],
"errors": [],
"completions": {}
}
]
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Dlool offers a lot of features to enhance your homework management experience.
- **Long-Term Usability**: Keep your data organized for years to come.
- **Moderation system**: Maintain a positive, welcoming and safe environment.
- **Notes**: Write short notes for yourself or your class.
- A calendar for tests
- **Calendar**: Keep track of tests and deadlines using Dlool's gorgeous calendar.
- A lot of small things to make your life easier.

Expand Down
12 changes: 4 additions & 8 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import { defineConfig } from 'vitest/config';
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
setupFiles: [
'vitest/setup.ts'
],
include: [
'vitest/*.test.ts'
],
setupFiles: ['vitest/setup.ts'],
include: ['vitest/*.test.ts']
}
})
});

0 comments on commit c82d4bd

Please sign in to comment.