You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`"Error: Can't resolve the entry "./src/main.ts" at the location <ROOT>/tests/integration/entry/validate/src/main.ts. Please ensure that the file exists."`,
156
156
);
157
+
158
+
try{
159
+
awaitbuildAndGetResults({
160
+
fixturePath,
161
+
configPath: 'bundlelessWithString.config.ts',
162
+
});
163
+
}catch(e){
164
+
errMsg=(easError).message;
165
+
}
166
+
167
+
expect(stripAnsi(errMsg)).toMatchInlineSnapshot(
168
+
`"The source.entry configuration should be an object, but received string: ./src/**. Please check your configuration and ensure it is correctly configured."`,
0 commit comments