Skip to content

Commit

Permalink
fix(postcode-lookup): BREAKING CHANGE: Update PL version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed Aug 21, 2024
1 parent a05e832 commit 56dfac5
Show file tree
Hide file tree
Showing 17 changed files with 22,621 additions and 17,342 deletions.
40 changes: 0 additions & 40 deletions .config/config.ts

This file was deleted.

35 changes: 0 additions & 35 deletions .config/esm.ts

This file was deleted.

21 changes: 0 additions & 21 deletions .config/ie11.ts

This file was deleted.

35 changes: 0 additions & 35 deletions .config/local.esm.ts

This file was deleted.

26 changes: 0 additions & 26 deletions .config/local.umd.ts

This file was deleted.

24 changes: 0 additions & 24 deletions .config/umd.ts

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v1
Expand Down
8 changes: 8 additions & 0 deletions cypress.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const { defineConfig } = require("cypress");

module.exports = defineConfig({
e2e: {
supportFile: "cypress/support/index.ts",
specPattern: "cypress/integration/*.ts",
},
});
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

4 changes: 2 additions & 2 deletions cypress/integration/test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
["ie11", "esm", "umd"].forEach(file => {
["esm", "umd"].forEach(file => {
describe(file.toLocaleUpperCase(), () => {
before(() => {
cy.setup(`./example/${file}.html`);
Expand All @@ -19,7 +19,7 @@
cy.wait(1000);
cy.get(".idpc-select").select("0")
cy.wait(1000);
cy.get("#line_1").should('have.value', 'L L Consultancy Ltd');
cy.get("#line_1").should('have.value', 'Coronado Interiors Ltd');
cy.get("#line_2").should('have.value', '2 Stamford Square');
cy.get("#post_town").should('have.value', 'London');
cy.get("#postcode").should('have.value', 'SW15 2BF');
Expand Down
65 changes: 0 additions & 65 deletions example/ie11.html

This file was deleted.

Loading

0 comments on commit 56dfac5

Please sign in to comment.