Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove AMD tests
AMD modules were removed in v5.
  • Loading branch information
jaylinski committed Dec 29, 2021
1 parent 48870b4 commit 37f4ea1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/browser/spec.js
Expand Up @@ -12,16 +12,6 @@ test('Spec handlebars.js', async ({ page, baseURL }) => {
await waitForMochaAndAssertResult(page);
});

test('Spec handlebars.amd.js (AMD)', async ({ page, baseURL }) => {
await page.goto(`${baseURL}/spec/amd.html?headless=true`);
await waitForMochaAndAssertResult(page);
});

test('Spec handlebars.runtime.amd.js (AMD)', async ({ page, baseURL }) => {
await page.goto(`${baseURL}/spec/amd-runtime.html?headless=true`);
await waitForMochaAndAssertResult(page);
});

test('Spec handlebars.js (UMD)', async ({ page, baseURL }) => {
await page.goto(`${baseURL}/spec/umd.html?headless=true`);
await waitForMochaAndAssertResult(page);
Expand Down

0 comments on commit 37f4ea1

Please sign in to comment.