Skip to content

Commit

Permalink
chore: update test/index.js merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlike Mike Reagent committed Nov 30, 2018
1 parent 2762549 commit 627ba30
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
<<<<<<< HEAD
/**
* @copyright 2017-present, Charlike Mike Reagent <olsten.larck@gmail.com>
* @license Apache-2.0
*/

const test = require('mukla')
const fn = require('../src/index.js')

test('foo bar', () => {
test.ok(fn)
})
=======
import assert from 'assert';
import test from 'asia';
import mod from '../src/index';

test('todo', () => {
assert.strictEqual(typeof mod, 'function');
});
>>>>>>> standard-release-app/master

0 comments on commit 627ba30

Please sign in to comment.