Get tests passing again
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import createSearch from '../createSearch';
|
||||
import createSearch from '../createSearch.js';
|
||||
|
||||
describe('createSearch', () => {
|
||||
it('omits the trailing = for empty string values', () => {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import getContentType from '../getContentType';
|
||||
import getContentType from '../getContentType.js';
|
||||
|
||||
it('gets a content type of text/plain for LICENSE|README|CHANGES|AUTHORS|Makefile', () => {
|
||||
expect(getContentType('AUTHORS')).toBe('text/plain');
|
||||
|
@ -1,4 +1,4 @@
|
||||
import parsePackageURL from '../parsePackageURL';
|
||||
import parsePackageURL from '../parsePackageURL.js';
|
||||
|
||||
describe('parsePackageURL', () => {
|
||||
it('parses plain packages', () => {
|
||||
|
Reference in New Issue
Block a user