7733c15
import path from 'path';
7733c15
import test from 'ava';
7733c15
import m from './';
2f682b3
7733c15
test(t => {
7733c15
	t.is(path.basename(m()[0].getFileName()), 'test.js');
2f682b3
});