Skip to content

Commit

Permalink
change (ci) use circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
tenbits committed Mar 7, 2023
1 parent 2971c25 commit 9c05eb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
<h2 align="center"> <code>class-mongo</code> / MongoDB persistence layer</h2>

<p align="center">
<a href='https://travis-ci.com/atmajs/class-mongo' target='_blank'>
<img src='https://travis-ci.com/atmajs/class-mongo.png?branch=master' />
<a href='https://dl.circleci.com/status-badge/redirect/gh/atmajs/class-mongo/tree/master' target='_blank'>
<img src='https://dl.circleci.com/status-badge/img/gh/atmajs/class-mongo/tree/master.svg?style=svg' />
</a>
<a href='http://badge.fury.io/js/class-mongo' target='_blank'>
<img src='https://badge.fury.io/js/class-mongo.svg' />
</a>
</p>


Lightweight but powerful MongoDB ORM on top of class entities. Backed by [`mongodb`](https://www.npmjs.com/package/mongodb) native driver.

> with TypeScript support
Expand Down
2 changes: 1 addition & 1 deletion test/single.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ UTest({
},


async '!should throw as db not found by name' () {
async 'should throw as db not found by name' () {
@table('foos', { server: 'fake' })
class FooDb extends MongoEntity<FooDb> {
_id: string
Expand Down

0 comments on commit 9c05eb3

Please sign in to comment.