Skip to content

Commit

Permalink
chore: bump verison
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed Jun 29, 2024
1 parent e38e8a7 commit 6192a8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andykais/torm",
"version": "0.1.0",
"version": "1.3.0",

"tasks": {
"test": "deno test --unstable-ffi --check --allow-read --allow-write --allow-ffi --allow-env=HOME,DENO_DIR,XDG_CACHE_HOME --allow-net --import-map=test/import_map.json test",
Expand Down
5 changes: 0 additions & 5 deletions test/usage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ class Book extends Model('book', {


class BookORM extends Torm {
models = this.models({
Author,
Book,
})

// models
author = this.model(Author)
book = this.model(Book)
Expand Down

0 comments on commit 6192a8b

Please sign in to comment.