mirror of
https://github.com/badges/shields.git
synced 2025-11-30 06:21:32 +03:00
Migrate from CommonJS to ESM (#6651)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
'use strict'
|
||||
import { noToken } from '../test-helpers.js'
|
||||
import { SymfonyInsightBase } from './symfony-insight-base.js'
|
||||
|
||||
const sampleProjectUuid = '825be328-29f8-44f7-a750-f82818ae9111'
|
||||
|
||||
@@ -85,12 +86,9 @@ const config = {
|
||||
sl_insight_apiToken: token,
|
||||
},
|
||||
}
|
||||
|
||||
const { noToken } = require('../test-helpers')
|
||||
const { SymfonyInsightBase } = require('./symfony-insight-base')
|
||||
const noSymfonyToken = noToken(SymfonyInsightBase)
|
||||
|
||||
module.exports = {
|
||||
export {
|
||||
sampleProjectUuid,
|
||||
runningMockResponse,
|
||||
platinumMockResponse,
|
||||
|
||||
Reference in New Issue
Block a user