DEV: Remove handlebars from the old package.json (#17319)

This commit is contained in:
Jarek Radosz
2022-07-04 15:05:03 +02:00
committed by GitHub
parent 999865401c
commit c5f0aa2f32
6 changed files with 3 additions and 5218 deletions

View File

@ -28,7 +28,7 @@ describe ThemeJavascriptCompiler do
let(:mini_racer) {
ctx = MiniRacer::Context.new
ctx.eval(File.open("#{Rails.root}/vendor/assets/javascripts/handlebars.js").read)
ctx.eval(File.open("#{Rails.root}/app/assets/javascripts/node_modules/handlebars/dist/handlebars.js").read)
ctx.eval(helpers)
ctx
}