# Sails tests


## Run the tests

From the root directory of this module:

```
make test
```

#### `fixtures` directory
Contains sample data/files/templates used for testing (e.g. a dummy Sails app or simple middleware functions)

#### `scene` directory

scene test directory, Simulate the user's scene test.

## 注意

  * 场景测试需要单独跑
    
  * timekeeper,用于模拟场景测试的时间（https://github.com/vesln/timekeeper）

