-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
52 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
/* IMPORTANT | ||
* This snapshot file is auto-generated, but designed for humans. | ||
* It should be checked into source control and tracked carefully. | ||
* Re-generate by setting TAP_SNAPSHOT=1 and running tests. | ||
* Make sure to inspect the output below. Do not ignore changes! | ||
*/ | ||
'use strict' | ||
exports[`test/plugin.js > TAP > plugin() - advanced module - should replace normalize.css with CDN URL > advanced example 1`] = ` | ||
@import 'https://cdn.eik.dev/normalize.css@8/normalize.css'; | ||
` | ||
|
||
exports[`test/plugin.js > TAP > plugin() - eik.json defined import maps > import maps specified in eik.json 1`] = ` | ||
@import 'https://cdn.eik.dev/normalize.css@8/normalize.css'; | ||
` | ||
|
||
exports[`test/plugin.js > TAP > plugin() - Import map defined through constructor "maps" argument take precedence over import map defined in eik.json > Should rewrite import statement to https://cdn.eik.dev/normalize.css@8/normalize.css 1`] = ` | ||
@import 'https://cdn.eik.dev/normalize.css@8/normalize.css'; | ||
` | ||
|
||
exports[`test/plugin.js > TAP > plugin() - Import map defined through constructor "maps" argument take precedence over import map defined through constructor "urls" argument > Should rewrite import statement to https://cdn.eik.dev/normalize.css@8/normalize.css 1`] = ` | ||
@import 'https://cdn.eik.dev/normalize.css@8/normalize.css'; | ||
` | ||
|
||
exports[`test/plugin.js > TAP > plugin() - Import map defined through constructor "urls" argument take precedence over import map defined in eik.json > Should rewrite import statement to https://cdn.eik.dev/normalize.css@8/normalize.css 1`] = ` | ||
@import 'https://cdn.eik.dev/normalize.css@8/normalize.css'; | ||
` | ||
|
||
exports[`test/plugin.js > TAP > plugin() - simple module - should replace normalize.css with CDN URL > simple example 1`] = ` | ||
@import 'https://cdn.eik.dev/normalize.css@8/normalize.css'; | ||
` | ||
|
||
exports[`test/plugin.js > TAP > plugin() - webpack module - should replace normalize.css with CDN URL > webpack example 1`] = ` | ||
@import 'https://cdn.eik.dev/normalize.css@8/normalize.css'; | ||
` |