@@ -8,7 +8,7 @@ describe('CircleFlag', () => {
8
8
const countryFlag = getByTestId ( 'circle-country-flag' )
9
9
expect ( countryFlag ) . toBeInTheDocument ( )
10
10
expect ( countryFlag . getAttribute ( 'src' ) ) . toBe (
11
- 'https://hatscripts.github.io/ circle-flags/flags /xx.svg'
11
+ 'https://react- circle-flags.pages.dev /xx.svg'
12
12
)
13
13
expect ( countryFlag . title ) . toBe ( 'xx' )
14
14
expect ( countryFlag . getAttribute ( 'height' ) ) . toBe ( '100' )
@@ -21,7 +21,7 @@ describe('CircleFlag', () => {
21
21
const countryFlag = getByTestId ( 'circle-country-flag' )
22
22
expect ( countryFlag ) . toBeInTheDocument ( )
23
23
expect ( countryFlag . getAttribute ( 'src' ) ) . toBe (
24
- 'https://hatscripts.github.io/ circle-flags/flags /es.svg'
24
+ 'https://react- circle-flags.pages.dev /es.svg'
25
25
)
26
26
expect ( countryFlag . title ) . toBe ( 'Spain' )
27
27
expect ( countryFlag . getAttribute ( 'height' ) ) . toBe ( '35' )
@@ -50,7 +50,7 @@ describe('CircleFlag', () => {
50
50
const countryFlag = getByTestId ( 'circle-country-flag' )
51
51
expect ( countryFlag ) . toBeInTheDocument ( )
52
52
expect ( countryFlag . getAttribute ( 'src' ) ) . toBe (
53
- 'https://hatscripts.github.io/ circle-flags/flags /xx.svg'
53
+ 'https://react- circle-flags.pages.dev /xx.svg'
54
54
)
55
55
expect ( countryFlag . title ) . toBe ( 'xx' )
56
56
expect ( countryFlag . getAttribute ( 'height' ) ) . toBe ( '35' )
@@ -63,7 +63,7 @@ describe('CircleFlagLanguage', () => {
63
63
const languageFlag = getByTestId ( 'circle-language-flag' )
64
64
expect ( languageFlag ) . toBeInTheDocument ( )
65
65
expect ( languageFlag . getAttribute ( 'src' ) ) . toBe (
66
- 'https://hatscripts.github.io/ circle-flags/flags /language/xx.svg'
66
+ 'https://react- circle-flags.pages.dev /language/xx.svg'
67
67
)
68
68
expect ( languageFlag . title ) . toBe ( 'xx' )
69
69
expect ( languageFlag . getAttribute ( 'height' ) ) . toBe ( '100' )
@@ -80,7 +80,7 @@ describe('CircleFlagLanguage', () => {
80
80
const languageFlag = getByTestId ( 'circle-language-flag' )
81
81
expect ( languageFlag ) . toBeInTheDocument ( )
82
82
expect ( languageFlag . getAttribute ( 'src' ) ) . toBe (
83
- 'https://hatscripts.github.io/ circle-flags/flags /language/en-us.svg'
83
+ 'https://react- circle-flags.pages.dev /language/en-us.svg'
84
84
)
85
85
expect ( languageFlag . title ) . toBe ( 'United States' )
86
86
expect ( languageFlag . getAttribute ( 'height' ) ) . toBe ( '35' )
0 commit comments