Skip to content

Commit

Permalink
feat: change key
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianMar committed May 11, 2023
1 parent 6b6cc8d commit 5d45aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineNuxtConfig({
disableLog: true,
config: {
notifyReleaseStages: ['staging', 'production', 'dev'],
apiKey: '7a923d8f26b1a5d5e74234fe982340fb',
apiKey: '317c3d7013a3dc4a9e152138bfe8c900',
environment: process.env.NODE_ENV
},
projectRoot: path.join(__dirname, '..')
Expand Down
1 change: 1 addition & 0 deletions tests/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('basic usage', async () => {

it('Renders Hello Nuxt', async () => {
const result = await $fetch('/')
console.log(result)
expect(result).toContain('apiKey:"317c3d7013a3dc4a9e152138bfe8c900"')
})

Expand Down

0 comments on commit 5d45aea

Please sign in to comment.