first commit
This commit is contained in:
11
test/services/aliases/aliases.test.ts
Normal file
11
test/services/aliases/aliases.test.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// For more information about this file see https://dove.feathersjs.com/guides/cli/service.test.html
|
||||
import assert from 'assert'
|
||||
import { app } from '../../../src/app'
|
||||
|
||||
describe('aliases service', () => {
|
||||
it('registered the service', () => {
|
||||
const service = app.service('aliases')
|
||||
|
||||
assert.ok(service, 'Registered the service')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user