Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragg authored and Ragg committed Sep 6, 2017
1 parent cc15766 commit c4fda0b
Showing 1 changed file with 0 additions and 15 deletions.
@@ -1,25 +1,10 @@
// @flow
<<<<<<< HEAD
import path from 'path'
import FSPluginLoader from '../FSPluginLoader'

describe('PluginRegistry', () => {
it('exporting: PluginFeatures', () => {

it('loading plugins', async () => {
// mock missing method in mocha

const r = new FSPluginLoader()
const result = await r.loadPackageDir(path.join(__dirname, '../../src/plugins'))
=======
import * as path from 'path'
import FSPluginLoader from '../FSPluginLoader'

describe('PluginRegistry', () => {
it('loading plugins', async () => {
const r = new FSPluginLoader()
const result = await r.loadPackageDir(path.join(__dirname, '../../../fixtures/plugins'))
>>>>>>> 7a26a5a... Fix test

expect(result).to.have.key('loaded')
expect(result).to.have.key('failed')
Expand Down

0 comments on commit c4fda0b

Please sign in to comment.