mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
add package-ignorables for testing
This commit is contained in:
9
test/assets/package-ignorables/component.json
Normal file
9
test/assets/package-ignorables/component.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "turtles",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {},
|
||||
"ignore": [
|
||||
"test/",
|
||||
"**/*.txt"
|
||||
]
|
||||
}
|
||||
1
test/assets/package-ignorables/don.txt
Normal file
1
test/assets/package-ignorables/don.txt
Normal file
@@ -0,0 +1 @@
|
||||
Donatello
|
||||
7
test/assets/package-ignorables/index.js
Normal file
7
test/assets/package-ignorables/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* after bower install, this packge should not have *.txt or test/
|
||||
*/
|
||||
(function () {
|
||||
// heroes in a half shell
|
||||
console.log('turtle power');
|
||||
})();
|
||||
1
test/assets/package-ignorables/leo.txt
Normal file
1
test/assets/package-ignorables/leo.txt
Normal file
@@ -0,0 +1 @@
|
||||
Leonardo
|
||||
1
test/assets/package-ignorables/lib/april.txt
Normal file
1
test/assets/package-ignorables/lib/april.txt
Normal file
@@ -0,0 +1 @@
|
||||
April wears yellow.
|
||||
4
test/assets/package-ignorables/names.txt
Normal file
4
test/assets/package-ignorables/names.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Leonardo
|
||||
Donatello
|
||||
Raphael
|
||||
Michelangelo
|
||||
3
test/assets/package-ignorables/test/shredder.js
Normal file
3
test/assets/package-ignorables/test/shredder.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function () {
|
||||
return 'Shredder';
|
||||
})();
|
||||
3
test/assets/package-ignorables/test/splinter.js
Normal file
3
test/assets/package-ignorables/test/splinter.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function () {
|
||||
return 'Splinter';
|
||||
})();
|
||||
Reference in New Issue
Block a user