fix test
This commit is contained in:
parent
0a88689f1b
commit
b50d0cde96
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ if (typeof process !== "undefined") {
|
|||
define(function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
var config = require("ace/config");
|
||||
var config = require("./config");
|
||||
var assert = require("./test/assertions");
|
||||
|
||||
module.exports = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue