Skip to content

Commit 09d8721

Browse files
committed
Test fixes
1 parent 91ce5c1 commit 09d8721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/TestCases/Basic/Simple/SimpleBaseline.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"use strict";
44

55
(function($global) {
6-
var ss = require('ss');
6+
var ss = require('scriptsharp');
77

88
// Basic.EventArgs
99

tests/TestCases/Library/Node/Baseline.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// app.js
22
//
33

4-
var ss = require('ss'),
4+
var ss = require('scriptsharp'),
55
http = require('http');
66
var $global = this;
77

0 commit comments

Comments
 (0)