Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 27, 2023
1 parent 8a5d577 commit 664d248
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/api/__tests__/common.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { describe, it, expect } from 'vitest'

import { API_BASE_PREFIX, API_BASE_PREFIX_ANNONARS, API_BASE_PREFIX_MEHARI, API_BASE_PREFIX_NGINX } from '../common'
import {
API_BASE_PREFIX,
API_BASE_PREFIX_ANNONARS,
API_BASE_PREFIX_MEHARI,
API_BASE_PREFIX_NGINX
} from '../common'

describe.concurrent('API_BASE_PREFIX constants', () => {
it('returns the correct API base prefix in production mode', () => {
Expand Down

0 comments on commit 664d248

Please sign in to comment.