@remotion/studio 4.0.250 → 4.0.252

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,86 +0,0 @@
1
-
2
- 
3
- > @remotion/studio@4.0.249 test /Users/jonathanburger/remotion/packages/studio
4
- > bun test src
5
-
6
- bun test v1.1.43 (76800b04)
7
- 
8
- src/test/stringify-default-props.test.ts:
9
- ✓ Should stringify default props correctly [1.13ms]
10
- ✓ Should stringify default props correctly [0.76ms]
11
- 
12
- src/test/sequenced-timeline.test.ts:
13
- ✓ Should calculate sequences correctly [3.04ms]
14
- 
15
- src/test/create-zod-values.test.ts:
16
- ✓ Should be able to create a string [2.53ms]
17
- ✓ Should be able to create a number [0.25ms]
18
- ✓ Should be able to create an object [0.29ms]
19
- ✓ Should be able to create an array [0.10ms]
20
- ✓ Should be able to create a union [0.08ms]
21
- ✓ Zod literal [0.06ms]
22
- ✓ Should be able to create a discriminated union [0.44ms]
23
- ✓ Zod instanceof [0.05ms]
24
- ✓ Zod intersection [0.19ms]
25
- ✓ Zod tuples [0.05ms]
26
- ✓ Zod record [0.08ms]
27
- ✓ Zod map [0.07ms]
28
- ✓ Zod lazy [0.04ms]
29
- ✓ Zod set [0.09ms]
30
- ✓ Zod function [0.07ms]
31
- ✓ Zod undefined [0.04ms]
32
- ✓ Zod null [0.06ms]
33
- ✓ Zod enum [0.05ms]
34
- ✓ Zod nativeEnum [0.04ms]
35
- ✓ Zod optional [0.04ms]
36
- ✓ Zod nullable [0.04ms]
37
- ✓ Zod undefined [0.04ms]
38
- ✓ Zod catch [0.04ms]
39
- ✓ Zod promise [0.05ms]
40
- ✓ Zod transform [0.04ms]
41
- ✓ Zod branded [0.04ms]
42
- ✓ Zod lazy [0.04ms]
43
- ✓ Zod coerce [0.04ms]
44
- ✓ Zod strict [0.04ms]
45
- ✓ Should create a color [0.05ms]
46
- ✓ Should create a textarea [0.03ms]
47
- 
48
- src/test/folder-tree.test.ts:
49
- ✓ Should create a good folder tree with 1 item inside and 1 item outside [0.13ms]
50
- ✓ Should handle nested folders well [0.12ms]
51
- ✓ Should throw if two folders with the same name [0.09ms]
52
- 
53
- src/test/big-timeline.test.ts:
54
- ✓ Should calculate timeline as expected [1.75ms]
55
- 
56
- src/test/smooth-zoom.test.ts:
57
- ✓ Smoothen zoom [0.06ms]
58
- ✓ Unsmoothen zoom [0.03ms]
59
- 
60
- src/test/validate-gui-output-filename.test.ts:
61
- ✓ Should catch dot after slash [0.30ms]
62
- ✓ Should catch dot in front  [0.03ms]
63
- 
64
- src/test/timeline-sequence-layout.test.ts:
65
- ✓ Should test timeline sequence layout without max media duration [0.10ms]
66
- ✓ Should test timeline sequence layout with max media duration [0.02ms]
67
- 
68
- src/test/extract-zod-enums.test.ts:
69
- ✓ Extract Zod enums
70
- ✓ Extract Zod enums #2 [0.53ms]
71
- 
72
- src/test/color-math.test.ts:
73
- ✓ Color math
74
- 
75
- src/test/format-time.test.ts:
76
- ✓ Format time [0.08ms]
77
- 
78
- src/test/timeline.test.ts:
79
- ✓ Should calculate timeline with no sequences
80
- ✓ Should calculate a basic timeline [0.11ms]
81
- ✓ Should follow order of nesting [0.13ms]
82
-
83
-  51 pass
84
-  0 fail
85
- 67 expect() calls
86
- Ran 51 tests across 12 files. [54.00ms]