Skip to content

Commit 37f4ea1

Browse files
committed
Remove AMD tests
AMD modules were removed in v5.
1 parent 48870b4 commit 37f4ea1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/browser/spec.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ test('Spec handlebars.js', async ({ page, baseURL }) => {
1212
await waitForMochaAndAssertResult(page);
1313
});
1414

15-
test('Spec handlebars.amd.js (AMD)', async ({ page, baseURL }) => {
16-
await page.goto(`${baseURL}/spec/amd.html?headless=true`);
17-
await waitForMochaAndAssertResult(page);
18-
});
19-
20-
test('Spec handlebars.runtime.amd.js (AMD)', async ({ page, baseURL }) => {
21-
await page.goto(`${baseURL}/spec/amd-runtime.html?headless=true`);
22-
await waitForMochaAndAssertResult(page);
23-
});
24-
2515
test('Spec handlebars.js (UMD)', async ({ page, baseURL }) => {
2616
await page.goto(`${baseURL}/spec/umd.html?headless=true`);
2717
await waitForMochaAndAssertResult(page);

0 commit comments

Comments
 (0)