Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(DRAFT): reintroduce adder tests #32

Closed
wants to merge 47 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
8e00520
chore: update vitest
manuel3108 Sep 19, 2024
c039b8a
reintroduce adder tests
manuel3108 Sep 21, 2024
9c0b366
headless
manuel3108 Sep 21, 2024
a21591e
make storybook work
manuel3108 Sep 23, 2024
e3edc00
cleanup
manuel3108 Sep 24, 2024
ce86a2e
add snapshot testing
manuel3108 Sep 26, 2024
3fd33f8
add snapshots
manuel3108 Sep 26, 2024
54de1d0
fix linting
manuel3108 Sep 27, 2024
5a968ff
Merge remote-tracking branch 'origin/main' into feat/adder-tests
manuel3108 Sep 27, 2024
7f1ca33
Merge branch 'main' into feat/adder-tests
manuel3108 Oct 4, 2024
926187a
fix merge conflict
manuel3108 Oct 4, 2024
9893031
fix issue
manuel3108 Oct 4, 2024
def7f05
update snapshots
manuel3108 Oct 4, 2024
23b90b3
update more snapshots
manuel3108 Oct 4, 2024
68ec2b0
add more projects for snapshot tests
manuel3108 Oct 4, 2024
43e0e62
remove unnecessary console log
manuel3108 Oct 4, 2024
fc93428
Merge branch 'main' into feat/adder-tests
manuel3108 Oct 5, 2024
85c0487
make drizzle tests work
manuel3108 Oct 5, 2024
ab0566f
update snapshots
manuel3108 Oct 5, 2024
5dab2ef
paralellize external adder initialization
manuel3108 Oct 5, 2024
50a5211
Revert "paralellize external adder initialization"
manuel3108 Oct 5, 2024
1d6f0be
cleanup
manuel3108 Oct 5, 2024
a4a0f93
resolve inter-adder dependencies
manuel3108 Oct 5, 2024
abeb5c4
add more snapshots
manuel3108 Oct 5, 2024
d468bb3
comments
manuel3108 Oct 5, 2024
eb0b11d
eslint: ignore outputs
manuel3108 Oct 5, 2024
51135fd
display missmatched file name for snapshots
manuel3108 Oct 5, 2024
db1e2b4
remove api
manuel3108 Oct 5, 2024
8f030c3
use tests in community adder template
manuel3108 Oct 5, 2024
1532153
delete snapshots for code review
manuel3108 Oct 5, 2024
54d7477
fix testing environment detection
manuel3108 Oct 5, 2024
23516a9
Merge branch 'main' into feat/adder-tests
manuel3108 Oct 9, 2024
f753e7a
merge fix
manuel3108 Oct 9, 2024
ccb8099
fix new linting errors
manuel3108 Oct 9, 2024
20fa310
fix check
manuel3108 Oct 9, 2024
a722aea
fix scripts
manuel3108 Oct 9, 2024
332d724
Merge branch 'main' into feat/adder-tests
manuel3108 Oct 23, 2024
b957b66
fix drizzle
manuel3108 Oct 23, 2024
d32291e
fix more stuff
manuel3108 Oct 23, 2024
84d7b08
"fix" more stuff
manuel3108 Oct 23, 2024
0583d60
spelling
AdrianGonz97 Oct 23, 2024
b007b08
format
AdrianGonz97 Oct 23, 2024
ee91850
`CI` isn't necessary and was just a placeholder
AdrianGonz97 Oct 23, 2024
bc6f58c
more spots
AdrianGonz97 Oct 23, 2024
af34b58
fix drizzle
manuel3108 Oct 24, 2024
bf45bf9
improvements
manuel3108 Oct 24, 2024
ff96d27
fix community adder tests
manuel3108 Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reintroduce adder tests
manuel3108 committed Sep 21, 2024
commit c039b8a9eb2f17027dab7acbb2511ac695db21aa
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -7,3 +7,4 @@ yarn.lock
vite.config.js.timestamp-*
/packages/create-svelte/template/CHANGELOG.md
.test-tmp
.outputs
Loading