Skip to content

Commit 3bd0fa8

Browse files
committed
Move bench-folder in tests-folder
First part of reorganizing and cleaning up test-folders.
1 parent c295ef0 commit 3bd0fa8

28 files changed

+16
-33
lines changed

bench/.eslintrc

Lines changed: 0 additions & 15 deletions
This file was deleted.

tasks/metrics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const metrics = require('../bench');
1+
const metrics = require('../tests/bench');
22
const { createRegisterAsyncTaskFn } = require('./util/async-grunt-task');
33

44
module.exports = function(grunt) {
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var _ = require('underscore'),
33

44
module.exports = function(grunt, callback) {
55
// Deferring to here in case we have a build for parser, etc as part of this grunt exec
6-
var Handlebars = require('../lib');
6+
var Handlebars = require('../../lib');
77

88
var templateSizes = {};
99
_.each(templates, function(info, template) {

0 commit comments

Comments
 (0)