Skip to content

Commit

Permalink
Merge pull request #2039 from mozilla/mocha-js-client
Browse files Browse the repository at this point in the history
refactor(js-client): convert fxa-js-client and its tests to commonjs
  • Loading branch information
vladikoff authored Aug 13, 2019
2 parents 5ac76c0 + 60e07b5 commit 47ff101
Show file tree
Hide file tree
Showing 61 changed files with 9,520 additions and 14,468 deletions.
7 changes: 0 additions & 7 deletions packages/fxa-js-client/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
module.exports = function(grunt) {
// load all grunt tasks matching the `grunt-*` pattern
require('load-grunt-tasks')(grunt);
// load the Intern tasks
grunt.loadNpmTasks('intern-geezer');

var pkg = grunt.file.readJSON('package.json');

Expand All @@ -25,11 +23,6 @@ module.exports = function(grunt) {
'bytesize',
]);

grunt.registerTask('test', 'Run tests via node', [
'intern:node',
'intern:native_node',
]);

grunt.registerTask('lint', 'Alias for eslint', ['eslint']);

grunt.registerTask('default', ['build']);
Expand Down
Loading

0 comments on commit 47ff101

Please sign in to comment.