lib/hippo/command/jest.rb in hippo-fw-0.9.1 vs lib/hippo/command/jest.rb in hippo-fw-0.9.2
- old
+ new
@@ -1,8 +1,8 @@
-require_relative './client_config'
require_relative '../extension'
require_relative '../command'
+require_relative '../webpack/client_config'
module Hippo
module Command
class Jest < Thor::Group
@@ -15,10 +15,10 @@
class_option :debug, :type => :boolean, default: false
def configure
- @config = ClientConfig.new
+ @config = Hippo::Webpack::ClientConfig.new
@config.invoke_all
self
end
def config_file