Skip to content

Commit

Permalink
Move tests to another folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Jul 16, 2023
1 parent 50cdda7 commit 420d4bd
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 2 deletions.
108 changes: 108 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
"sqlite3": "^5.1.6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-json": "^6.0.0",
"@types/async": "^3.2.20",
"@types/mocha": "^10.0.1",
"@types/mssql": "^8.1.2",
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// eslint-disable-next-line strict
const typescript = require('rollup-plugin-typescript2');

module.exports = {
module.exports = [{
input: ['./index.ts'], // Matches all TypeScript files in the 'src' directory and its subdirectories
plugins: [
typescript({
Expand All @@ -13,4 +13,4 @@ module.exports = {
file: 'dist/index.js',
format: 'cjs'
}
};
}]

0 comments on commit 420d4bd

Please sign in to comment.