Skip to content

Commit 6291469

Browse files
committed
move vendored mocha, et al to package.json
1 parent e8d1e48 commit 6291469

11 files changed

Lines changed: 320 additions & 25664 deletions

File tree

.rubocop_todo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 400`
3-
# on 2026-02-14 01:48:12 UTC using RuboCop version 1.84.2.
3+
# on 2026-02-14 02:53:21 UTC using RuboCop version 1.84.1.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -252,7 +252,7 @@ Rails/Validation:
252252
Exclude:
253253
- 'app/models/story.rb'
254254

255-
# Offense count: 20
255+
# Offense count: 21
256256
# This cop supports unsafe autocorrection (--autocorrect-all).
257257
# Configuration parameters: EnforcedStyle.
258258
# SupportedStyles: brackets, fetch
@@ -267,6 +267,7 @@ Style/HashLookupMethod:
267267
- 'app/controllers/stories_controller.rb'
268268
- 'config/application.rb'
269269
- 'exe/stylelint_autogen'
270+
- 'spec/javascript/test_controller.rb'
270271
- 'spec/repositories/feed_repository_spec.rb'
271272
- 'spec/repositories/story_repository_spec.rb'
272273
- 'spec/repositories/user_repository_spec.rb'

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66
},
77
"devDependencies": {
88
"@eslint/js": "^9.21.0",
9+
"chai": "1.6.0",
10+
"chai-backbone": "0.9.4",
11+
"chai-changes": "1.3.6",
912
"eslint": "^9.21.0",
1013
"globals": "^16.0.0",
14+
"mocha": "3.5.0",
15+
"sinon": "1.7.1",
16+
"sinon-chai": "2.14.0",
1117
"stylelint": "^17.3.0",
1218
"stylelint-config-recess-order": "^7.6.1",
1319
"stylelint-config-standard": "^40.0.0",

0 commit comments

Comments
 (0)