mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
returned back badges and fixed corrupted gulp-mocha dependency
This commit is contained in:
parent
1e6b7364ff
commit
2984c4dc2c
@ -2,9 +2,9 @@
|
||||
|
||||
[](https://travis-ci.org/typeorm/typeorm)
|
||||
[](https://badge.fury.io/js/typeorm)
|
||||
[](https://gitter.im/typeorm/typeorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://david-dm.org/typeorm/typeorm)
|
||||
[](https://david-dm.org/typeorm/typeorm#info=devDependencies)
|
||||
[](https://gitter.im/typeorm/typeorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
> Please support a project by simply putting a github star.
|
||||
Share this library with friends on twitter and everywhere else you can.
|
||||
@ -13,7 +13,7 @@ Share this library with friends on twitter and everywhere else you can.
|
||||
If you notice bug or have something not working please report an issue, we'll try to fix it as soon as possible.
|
||||
More documentation and features expected to be soon. Feel free to contribute.
|
||||
|
||||
> 0.0.8 is released! Most notable changes are in the [changelog](./CHANGELOG.md).
|
||||
> 0.0.9 is released! Most notable changes are in the [changelog](./CHANGELOG.md).
|
||||
|
||||
TypeORM is an [Object Relational Mapper](1) (ORM) for node.js written in
|
||||
TypeScript that can be used with TypeScript or JavaScript (ES5, ES6, ES7).
|
||||
|
||||
@ -292,6 +292,7 @@ export class Gulpfile {
|
||||
|
||||
return gulp.src(["./build/compiled/test/**/*.js"])
|
||||
.pipe(mocha({
|
||||
bail: true,
|
||||
timeout: 15000
|
||||
}))
|
||||
.pipe(istanbul.writeReports());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user