Guest User

Untitled

a guest
Jun 23rd, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. tests/
  2. |--- fixtures/
  3. | |--- bar.js
  4. | |--- bar.css
  5. | |--- bar.html
  6. | |--- common/
  7. | | |--- img.jpg
  8. | | '--- mylib.js
  9. | |
  10. | |--- foo.js
  11. | |--- foo.css
  12. | '--- foo.html
  13. |
  14. |--- bar_test.js
  15. |--- foo_test.js
  16. '--- foobar_test.js
  17.  
  18. tests/
  19. |--- fixtures/
  20. | |--- foo/
  21. | | |--- fixture.css
  22. | | |--- fixture.html
  23. | | '--- fixture.js
  24. | |
  25. | '--- bar/
  26. | |--- fixture.css
  27. | |--- fixture.html
  28. | '--- fixture.js
  29. |
  30. |--- bar_test.js
  31. |--- foo_test.js
  32. '--- foobar_test.js
  33.  
  34. tests/
  35. |
  36. |--- foo/
  37. | |--- fixture.css
  38. | |--- fixture.html
  39. | |--- fixture.js
  40. | '--- test.js
  41. |
  42. |--- bar/
  43. | |--- fixture.css
  44. | |--- fixture.html
  45. | |--- fixture.js
  46. | '--- test.js
  47. |
  48. '--- foobar_test.js
  49.  
  50. root/
  51. |--- fixtures/
  52. | |--- foo/
  53. | | |--- fixture.css
  54. | | |--- fixture.html
  55. | | '--- fixture.js
  56. | |
  57. | '--- bar/
  58. | |--- fixture.css
  59. | |--- fixture.html
  60. | '--- fixture.js
  61. |
  62. '--- tests/
  63. |--- bar_test.js
  64. |--- foo_test.js
  65. '--- foobar_test.js
Add Comment
Please, Sign In to add comment