(name: string)
| 153 | }); |
| 154 | |
| 155 | const tool = (name: string): AppDescriptor["tools"][number] => ({ |
| 156 | name, |
| 157 | sourcePath: `tools/${name}.ts`, |
| 158 | bundleKey: `bundle:${name}`, |
| 159 | source: { path: `tools/${name}.ts`, sourceHash: name }, |
| 160 | description: name, |
| 161 | integrations: {}, |
| 162 | }); |
| 163 | |
| 164 | describe("apps store", () => { |
| 165 | it.effect("tombstones removed tools", () => |