Skip to content

Commit

Permalink
+ use jest timeout 30``
Browse files Browse the repository at this point in the history
  • Loading branch information
nanyuantingfeng committed Feb 27, 2020
1 parent bfc15f3 commit 3b0c207
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# https-loader
> a webpack loader for loading http(s) resources
[![npm][npm]][npm-url]
[![size][size]][size-url]
[![Build Status][build-status]][build-status]


[npm-url]: https://www.npmjs.com/package/https-loader
[size]: https://packagephobia.now.sh/badge?p=https-loader
[size-url]: https://packagephobia.now.sh/result?p=https-loader
[build-status]: https://travis-ci.org/nanyuantingfeng/https-loader.svg?branch=master

[![Build Status](https://travis-ci.org/nanyuantingfeng/https-loader.svg?branch=master)](https://travis-ci.org/nanyuantingfeng/https-loader)
[![Coverage Status](https://coveralls.io/repos/github/nanyuantingfeng/https-loader/badge.svg?branch=master)](https://coveralls.io/github/nanyuantingfeng/https-loader?branch=master)
[![GitHub repo size](https://img.shields.io/github/repo-size/nanyuantingfeng/https-loader)](https://img.shields.io/github/repo-size/nanyuantingfeng/https-loader)
[![npm](https://img.shields.io/npm/dt/nanyuantingfeng/https-loader)](https://img.shields.io/npm/dt/nanyuantingfeng/https-loader)

#### Getting Started

Expand Down
2 changes: 2 additions & 0 deletions test/loader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ const fs = require('fs');
const loader = require('..');
const webpack = require('./helpers/compiler');

jest.setTimeout(30000)

describe('loader', () => {
it('should export the loader', () => {
expect(loader).toBeInstanceOf(Function);
Expand Down

0 comments on commit 3b0c207

Please sign in to comment.