UNPKG

@atlassian/bitbucket-server

Version:

Bitbucket Server API client for Browser and Node.js

16 lines (12 loc) 289 B
const EndpointMethodsPlugin = require('../') let apiClient beforeEach(() => { apiClient = {} }) describe('plugins:endpoint-methods', () => { it('can be instantiated', () => { expect(new EndpointMethodsPlugin(apiClient)).toBeInstanceOf( EndpointMethodsPlugin ) }) })