Skip to content

Commit

Permalink
Merge pull request #2 from Sefriol/feature/koa-post-many
Browse files Browse the repository at this point in the history
Feature: KoaJS
  • Loading branch information
Sefriol committed Feb 15, 2022
2 parents 8321b8b + e92653f commit 0619dec
Show file tree
Hide file tree
Showing 8 changed files with 4,373 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
@@ -1,7 +1,7 @@
{
"extends": "formio",
"parserOptions": {
"ecmaVersion": 2015
"ecmaVersion": 2020
},
"env": {
"browser": true,
Expand Down
2 changes: 1 addition & 1 deletion .mocharc.js
Expand Up @@ -14,5 +14,5 @@ module.exports = {
slow: 75,
timeout: 2000,
ui: 'bdd',
'watch-files': ['test/**/*.js']
'watch-files': ['test/**/testKoa.js']
};

0 comments on commit 0619dec

Please sign in to comment.