Commit 34970da
authored
Use base e2b SDK in tests that don't need code-interpreter (#2204)
* Use base e2b SDK in tests that don't need code-interpreter
internet-works.ts, time-is-synchronized, and utils.ts only use
sandbox.commands.run() and sandbox lifecycle methods, which are
available in the base e2b SDK. Only run-code.ts and
snapshot-and-resume.ts actually need code-interpreter for runCode().
* Update e2b packages to latest versions and regenerate bun.lock
Update @e2b/code-interpreter to ^2.4.0 and e2b to ^2.15.0.
Also regenerates bun.lock to fix frozen-lockfile CI failures.1 parent 1614b01 commit 34970da
5 files changed
Lines changed: 31 additions & 22 deletions
File tree
- tests/periodic-test
- time-is-synchronized
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments