Skip to content

Commit

Permalink
Convert tests to JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparsson committed Oct 10, 2023
1 parent a9cad98 commit c1e07e0
Show file tree
Hide file tree
Showing 9 changed files with 919 additions and 795 deletions.
6 changes: 1 addition & 5 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (grunt) {
grunt.initConfig({
jasmine_nodejs: {
options: {
specNameSuffix: ['Spec.js', 'Spec.coffee'],
specNameSuffix: ['Spec.js'],
},
test: {
specs: ['spec/**'],
Expand All @@ -22,10 +22,6 @@ module.exports = function (grunt) {
atBegin: true,
},
},
coffeeScript: {
files: ['spec/**/*.coffee'],
tasks: ['test'],
},
config: {
files: ['gruntfile.js'],
options: {
Expand Down
20 changes: 0 additions & 20 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"node": ">=8"
},
"devDependencies": {
"coffeescript": "^2.7.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.0.0",
Expand Down
231 changes: 0 additions & 231 deletions spec/e2e_spec.coffee

This file was deleted.

Loading

0 comments on commit c1e07e0

Please sign in to comment.