We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29bb0e commit b1dcd62Copy full SHA for b1dcd62
1 file changed
tests/ember.ts
@@ -0,0 +1,12 @@
1
+import { runInRepo } from '../utils.ts'
2
+import type { RunOptions } from '../types.d.ts'
3
+
4
+export async function test(options: RunOptions) {
5
+ await runInRepo({
6
+ ...options,
7
+ repo: 'embroider-build/embroider',
8
+ branch: 'main',
9
+ build: 'compile',
10
+ test: 'test',
11
+ })
12
+}
0 commit comments