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

Winter js test suite #30

Merged
merged 37 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a996a32
.gitinore update to add subsequent target dirs
dynamite-bud Nov 7, 2023
7ecb27e
feat: test-suite
dynamite-bud Nov 7, 2023
dd45a93
add: test-files
dynamite-bud Nov 7, 2023
dd4d40c
add: tests and integration test file
dynamite-bud Nov 7, 2023
9418c71
add: test files with names
dynamite-bud Nov 7, 2023
ea75eed
bundle everything to one js module
dynamite-bud Nov 7, 2023
d86dc05
fix: route handling
dynamite-bud Nov 7, 2023
f4ae58f
add: tests to test.toml
dynamite-bud Nov 7, 2023
7de17a4
feat: hook the test suite
dynamite-bud Nov 7, 2023
6e6d0f4
Fix: text encoder and decoder
dynamite-bud Nov 8, 2023
1f39a15
refactor: test manager
dynamite-bud Nov 8, 2023
d2bd0b2
update: tests.toml
dynamite-bud Nov 8, 2023
f5c7c78
fix: js test files
dynamite-bud Nov 8, 2023
1196c2c
Add matrix runners
dynamite-bud Nov 8, 2023
c3994e8
chore: add workspace members
dynamite-bud Nov 14, 2023
1683c0f
chore: update test-suite deps
dynamite-bud Nov 14, 2023
3e5bd61
add: temp js files from wrangler
dynamite-bud Nov 14, 2023
748a937
temp node file
dynamite-bud Nov 14, 2023
f7c5751
add multiple matrix runners
dynamite-bud Nov 14, 2023
9ac03be
removed redundant files
dynamite-bud Nov 21, 2023
92c8401
chore: update .gitignore
dynamite-bud Nov 21, 2023
87ef352
remove: commented code
dynamite-bud Nov 21, 2023
5163bba
refactor: lib for test-suite
dynamite-bud Nov 22, 2023
547293c
refactor: integrations test with latest lib
dynamite-bud Nov 22, 2023
5ae7ee5
add simpler targets in tests.toml
dynamite-bud Nov 22, 2023
2c88d63
use include_str!
dynamite-bud Nov 22, 2023
7e05902
switch to main.rs
dynamite-bud Nov 22, 2023
8297d02
switch to main.rs
dynamite-bud Nov 22, 2023
81b9cb5
move tests.toml to tests dir
dynamite-bud Nov 22, 2023
a7feb07
remove harness of integration tests
dynamite-bud Nov 22, 2023
5c808f6
remove unnecessary reference
dynamite-bud Nov 22, 2023
9c1605c
add fetch tests
dynamite-bud Nov 22, 2023
bd9ef98
wire up fetch tests
dynamite-bud Nov 22, 2023
7a8674d
add 11-fetch in tests.toml
dynamite-bud Nov 22, 2023
b9f1b61
All tests passed for fetch: wrangler
dynamite-bud Nov 23, 2023
84585f0
Update tests
dynamite-bud Nov 23, 2023
19fa5ae
Update js tests
dynamite-bud Nov 23, 2023
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
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/doc
/target
**/target
.direnv
.envrc
__pycache__
Expand All @@ -11,4 +11,6 @@ __pycache__
*.dylib

.vscode
.DS_Store
.DS_Store

**/.wrangler
Loading