We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f868f commit 563a454Copy full SHA for 563a454
cypress/integration/e2e/api/pokeapi.spec.js cypress/integration/api/pokeapi.spec.js
@@ -1,5 +1,5 @@
1
/// <reference types="Cypress" />
2
-import { pokeapi_base_url } from '../../../../config'
+import { pokeapi_base_url } from '../../../config'
3
4
describe('Rest API Test with Cypress', () => {
5
it('API Test - Validate Header', () => {
0 commit comments