Skip to content

Commit

Permalink
Merge pull request #17 from santoshshinde2012/dev
Browse files Browse the repository at this point in the history
update package json
  • Loading branch information
santoshshinde2012 authored May 18, 2024
2 parents 5345b9e + b404a06 commit 0e9dbc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [NodeSeQ](https://blog.santoshshinde.com/how-to-use-sequelize-with-typescript-node-js-and-postgresql-c6ff58a3af76) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=santoshshinde2012_node-ts-sequelize-pg-boilerplate&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=santoshshinde2012_node-ts-sequelize-pg-boilerplate)![Github action workflow status](https://github.com/santoshshinde2012/node-ts-sequelize-pg-boilerplate/actions/workflows/ci.yml/badge.svg?branch=main)![CodeQL](https://github.com/santoshshinde2012/node-ts-sequelize-pg-boilerplate/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)![njsscan Analysis](https://github.com/santoshshinde2012/node-ts-sequelize-pg-boilerplate/actions/workflows/njsscan.yml/badge.svg?branch=main)![Maintainability](https://api.codeclimate.com/v1/badges/ad13a11cffa2421a8220/maintainability)![Test Coverage](https://api.codeclimate.com/v1/badges/ad13a11cffa2421a8220/test_coverage)
# [NodeSeQ](https://blog.santoshshinde.com/how-to-use-sequelize-with-typescript-node-js-and-postgresql-c6ff58a3af76) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=santoshshinde2012_node-ts-sequelize-pg-boilerplate&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=santoshshinde2012_node-ts-sequelize-pg-boilerplate)![Github action workflow status](https://github.com/santoshshinde2012/node-ts-sequelize-pg-boilerplate/actions/workflows/ci.yml/badge.svg?branch=main)![CodeQL](https://github.com/santoshshinde2012/node-ts-sequelize-pg-boilerplate/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)![njsscan Analysis](https://github.com/santoshshinde2012/node-ts-sequelize-pg-boilerplate/actions/workflows/njsscan.yml/badge.svg?branch=main)![Maintainability](https://api.codeclimate.com/v1/badges/ad13a11cffa2421a8220/maintainability)![Test Coverage](https://api.codeclimate.com/v1/badges/ad13a11cffa2421a8220/test_coverage)![Snykk](https://snyk.io/test/github/santoshshinde2012/node-ts-sequelize-pg-boilerplate/badge.svg?style=flat-square)

Node boilerplate with secure code analysis and quality checks: **NodeSeQ** is a boilerplate for building Node.js apps using TypeScript and the Sequelize ORM.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-typescript-boilerplate",
"name": "nodeseq",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/Integration-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import logger from '../../src/lib/logger';

export default class IntegrationHelpers {

public static appInstance: express.Application;
private static appInstance: express.Application;

public static async getApp(): Promise<express.Application> {
if (this.appInstance) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NextFunction, Request, Response, Router } from 'express';
import { NextFunction, Request, Response } from 'express';
import EnquiryController from '../../../../src/components/enquiry/EnquiryController';
import { EnquiryService } from '../../../../src/components/enquiry/EnquiryService';
import enquiries from '../../data/enquiry.json';
Expand Down

0 comments on commit 0e9dbc4

Please sign in to comment.