mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-18 07:50:52 +08:00
Included: - A sample test fixture - A sample test - Server middleware to serve the E2E harness - Convenient test helpers to simplify loading the right fixture Closes #9557 Closes #9527
6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
middleware: require('./middleware')
|
|
};
|