commit 36aab425e7e2d3ca4a6d5424a1415989ed6ec2e7
parent 7c241e537e37853546d41848c238f86cb44af1be
Author: Santiago Diaz <santiago.diaz@me.com>
Date: Mon, 9 Feb 2015 13:16:45 +0100
Removed test dir
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -45,11 +45,7 @@ utilizing a unidirectional data flow.
│ ├── /stores/ # Stores contain the application state and logic
│ ├── /styles/ # CSS pre-processed files and rules (csscomb, csslint)
│ ├── /templates/ # Base template files
-│ ├── /app.js # The application's main file (entry point)
-├── /test/ # Unit, integration and load tests
-│ ├── /e2e/ # End-to-end tests
-│ ├── /benchmark/ # Load and stress testing
-│ └── /unit/ # Unit tests
+│ └── /app.js # The application's main file (entry point)
│── gulpfile.js # Configuration file for automated builds
│── package.json # The list of 3rd party libraries and utilities
└── webpack.config.js # Webpack configuration for bundling and optimization