Skip to content

Commit

Permalink
fix(app-config): restore broken statement and test
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Dec 24, 2020
1 parent 74f83e4 commit ea082c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/game-app/cypress/integration/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ context('Index page', () => {
})

it('should contain the title', () => {
cy.contains('Pipeline - The fsef Game that Delivers!')
cy.contains('Pipeline - The Game that Delivers!')
})
})
2 changes: 1 addition & 1 deletion packages/game-app/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'firebase/auth';
import 'firebase/firestore';
import 'firebase/database';

import CONFIG from '../config'
import CONFIG from '@pipeline/app-config'

firebase.initializeApp({
apiKey: CONFIG.REACT_APP_FIREBASE_CONFIG_API_KEY,
Expand Down

0 comments on commit ea082c7

Please sign in to comment.