osu-spotify-yt-rest/src/api/spotify/index.test.js

7 lines
183 B
JavaScript

import request from 'supertest'
import { apiRoot } from '../../config'
import express from '../../services/express'
import routes from '.'
const app = () => express(apiRoot, routes)