Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sucursal 206 #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions clabe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ const clabe = {
[200, 'Tayoltita', 'MX-DUR'],
[201, 'Tepehuanes', 'MX-DUR'],
[202, 'Vicente Guerrero', 'MX-DUR'],
[206, 'Desconocida', 'MX-DES'],
[210, 'Guanajuato', 'MX-GUA'],
[211, 'Abasolo', 'MX-GUA'],
[212, 'Acámbaro', 'MX-GUA'],
Expand Down
1 change: 1 addition & 0 deletions dist/clabe.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ const clabe = {
[200, 'Tayoltita', 'MX-DUR'],
[201, 'Tepehuanes', 'MX-DUR'],
[202, 'Vicente Guerrero', 'MX-DUR'],
[206, 'Desconocida', 'MX-DES'],
[210, 'Guanajuato', 'MX-GUA'],
[211, 'Abasolo', 'MX-GUA'],
[212, 'Acámbaro', 'MX-GUA'],
Expand Down
1 change: 1 addition & 0 deletions dist/clabe.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ const clabe = {
[200, 'Tayoltita', 'MX-DUR'],
[201, 'Tepehuanes', 'MX-DUR'],
[202, 'Vicente Guerrero', 'MX-DUR'],
[206, 'Desconocida', 'MX-DES'],
[210, 'Guanajuato', 'MX-GUA'],
[211, 'Abasolo', 'MX-GUA'],
[212, 'Acámbaro', 'MX-GUA'],
Expand Down
2 changes: 1 addition & 1 deletion dist/clabe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/package.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Current number of banks and cities', () => {

it('is correct ' + counts, () => {
const actual = { banks: numBanks, cities: numCities };
const expected = { banks: 131, cities: 883 }; //update this line when adding a new bank or city
const expected = { banks: 131, cities: 884 }; //update this line when adding a new bank or city
assertDeepStrictEqual(actual, expected);
});

Expand Down