Skip to content

Commit

Permalink
⬆️ [#50] updated dependecies and added oidc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Aug 15, 2024
1 parent 1e74635 commit 542ece2
Show file tree
Hide file tree
Showing 19 changed files with 5,925 additions and 2,951 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"mootools" : false, // MooTools
"node" : true, // Node.js
"nonstandard" : false, // Widely adopted globals (escape, unescape, etc)
"phantom" : false, // PhantomJS
"prototypejs" : false, // Prototype and Scriptaculous
"qunit" : false, // QUnit
"rhino" : false, // Rhino
Expand Down
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ var configuration = function (config) {
useBrowserName: false,
},

// browsers: ['Chromium', 'Firefox', 'PhantomJS'],
browsers: ['Chromium'],
});
};
Expand Down
Loading

0 comments on commit 542ece2

Please sign in to comment.