Skip to content

Commit

Permalink
Update to mocha v10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 2, 2023
1 parent 92a079e commit 16c918f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Individual contributors to cli-argv-util
Copyright (c) 2022-2023 Individual contributors to cli-argv-util

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@
},
"devDependencies": {
"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.43",
"@typescript-eslint/parser": "~5.43",
"@typescript-eslint/eslint-plugin": "~5.47",
"@typescript-eslint/parser": "~5.47",
"add-dist-header": "~0.3",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~0.1",
"eslint": "~8.27",
"eslint": "~8.31",
"jshint": "~2.13",
"mocha": "~10.1",
"mocha": "~10.2",
"rimraf": "~3.0",
"run-scripts-util": "~0.1",
"typescript": "~4.9"
Expand Down
4 changes: 2 additions & 2 deletions spec/mocha.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

// Imports
import { assertDeepStrictEqual } from 'assert-deep-strict-equal';
import { cliArgvUtil } from '../dist/cli-argv-util.js';
import fs from 'fs';

// Setup
import { cliArgvUtil } from '../dist/cli-argv-util.js';
// Utilities
const mockCli = (line) => process.argv = ['node', 'mock.js', ...line.split(' ')];

////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 16c918f

Please sign in to comment.