Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Sep 25, 2021
1 parent 20c58ba commit 6fc19c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion __tests__/dropdown_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Application, Controller } from "stimulus"
import { Application, Controller } from "@hotwired/stimulus"
import Dropdown from 'dropdown'

describe("DropdownController", () => {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/popover_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Application, Controller } from "stimulus";
import { Application, Controller } from "@hotwired/stimulus";
import Popover from "popover";

describe("PopoverController", () => {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/slideover_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Application, Controller } from "stimulus"
import { Application, Controller } from "@hotwired/stimulus"
import Slideover from 'slideover'

const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion __tests__/tabs_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Application, Controller } from "stimulus";
import { Application, Controller } from "@hotwired/stimulus";
import Tabs from "tabs";

const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion __tests__/toggle_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Application, Controller } from 'stimulus'
import { Application, Controller } from '@hotwired/stimulus'
import Toggle from 'toggle'

describe('ToggleController', () => {
Expand Down

0 comments on commit 6fc19c4

Please sign in to comment.