Skip to content

Commit

Permalink
Merge branch 'master' into validate-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Mar 10, 2020
2 parents 97738d5 + cc55042 commit 4660c61
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions test/CopyPlugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,6 @@ describe('apply function', () => {
.catch(done);
});

it('should copy a file to a new file', (done) => {
runEmit({
expectedAssetKeys: ['newfile.txt'],
patterns: [
{
from: 'file.txt',
to: 'newfile.txt',
},
],
})
.then(done)
.catch(done);
});

it('should copy a file to a new file with context', (done) => {
runEmit({
expectedAssetKeys: ['newfile.txt'],
patterns: [
{
from: 'directoryfile.txt',
context: 'directory',
to: 'newfile.txt',
},
],
})
.then(done)
.catch(done);
});

it('should copy files', (done) => {
runEmit({
expectedAssetKeys: [
Expand Down

0 comments on commit 4660c61

Please sign in to comment.