generated from sfeir-open-source/sfeir-school-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3eadb75
commit a3529b6
Showing
2 changed files
with
66 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { describe, expect, it } from 'vitest'; | ||
|
||
describe.todo('every exercise or solution should be declared in the workspace'); | ||
describe.todo('every exercise or solution should have a dedicated script with the same name'); | ||
describe.todo("solution's README.md should be identical to exercise's one"); | ||
describe.todo("exercise's package.json name should have same name as the directory"); | ||
describe.todo("solution's package.json name should have same name as the directory"); |